Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspaceSku
Packages that use WorkspaceSku
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Methods in com.azure.resourcemanager.loganalytics.models that return WorkspaceSkuModifier and TypeMethodDescriptionWorkspace.sku()Gets the sku property: The SKU of the workspace.WorkspacePatch.sku()Get the sku property: The SKU of the workspace.WorkspaceSku.withCapacityReservationLevel(CapacityReservationLevel 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.