Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspaceSku
Packages that use WorkspaceSku
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of WorkspaceSku in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return WorkspaceSkuModifier and TypeMethodDescriptionWorkspaceInner.sku()Get the sku property: The SKU of the workspace.WorkspaceProperties.sku()Get the sku property: The SKU of the workspace.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type WorkspaceSkuModifier and TypeMethodDescriptionWorkspaceInner.withSku(WorkspaceSku sku) Set the sku property: The SKU of the workspace.WorkspaceProperties.withSku(WorkspaceSku sku) Set the sku property: The SKU of the workspace. -
Uses of WorkspaceSku in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type WorkspaceSkuMethods in com.azure.resourcemanager.loganalytics.models that return WorkspaceSkuModifier and TypeMethodDescriptionstatic WorkspaceSkuWorkspaceSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceSku from the JsonReader.Workspace.sku()Gets the sku property: The SKU of the workspace.WorkspacePatch.sku()Get the sku property: The SKU of the workspace.WorkspaceSku.withCapacityReservationLevel(Integer capacityReservationLevel) Set the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.WorkspaceSku.withName(WorkspaceSkuNameEnum name) Set the name property: The name of the SKU.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type WorkspaceSkuModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithSku.withSku(WorkspaceSku sku) Specifies the sku property: The SKU of the workspace..Workspace.UpdateStages.WithSku.withSku(WorkspaceSku sku) Specifies the sku property: The SKU of the workspace..WorkspacePatch.withSku(WorkspaceSku sku) Set the sku property: The SKU of the workspace.