Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspaceCapping
Packages that use WorkspaceCapping
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of WorkspaceCapping in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return WorkspaceCappingModifier and TypeMethodDescriptionWorkspaceInner.workspaceCapping()Get the workspaceCapping property: The daily volume cap for ingestion.WorkspaceProperties.workspaceCapping()Get the workspaceCapping property: The daily volume cap for ingestion.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type WorkspaceCappingModifier and TypeMethodDescriptionWorkspaceInner.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Set the workspaceCapping property: The daily volume cap for ingestion.WorkspaceProperties.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Set the workspaceCapping property: The daily volume cap for ingestion. -
Uses of WorkspaceCapping in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type WorkspaceCappingModifier and TypeClassDescriptionfinal classThe daily volume cap for ingestion.Methods in com.azure.resourcemanager.loganalytics.models that return WorkspaceCappingModifier and TypeMethodDescriptionstatic WorkspaceCappingWorkspaceCapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceCapping from the JsonReader.WorkspaceCapping.withDailyQuotaGb(Double dailyQuotaGb) Set the dailyQuotaGb property: The workspace daily quota for ingestion.Workspace.workspaceCapping()Gets the workspaceCapping property: The daily volume cap for ingestion.WorkspacePatch.workspaceCapping()Get the workspaceCapping property: The daily volume cap for ingestion.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type WorkspaceCappingModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithWorkspaceCapping.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Specifies the workspaceCapping property: The daily volume cap for ingestion..Workspace.UpdateStages.WithWorkspaceCapping.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Specifies the workspaceCapping property: The daily volume cap for ingestion..WorkspacePatch.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Set the workspaceCapping property: The daily volume cap for ingestion.