Uses of Enum
com.azure.resourcemanager.loganalytics.models.CapacityReservationLevel
Packages that use CapacityReservationLevel
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of CapacityReservationLevel in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return CapacityReservationLevelModifier and TypeMethodDescriptionWorkspaceSku.capacityReservationLevel()Get the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.static CapacityReservationLevelCapacityReservationLevel.fromInt(int value) Parses a serialized value to a CapacityReservationLevel instance.static CapacityReservationLevelReturns the enum constant of this type with the specified name.static CapacityReservationLevel[]CapacityReservationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type CapacityReservationLevelModifier and TypeMethodDescriptionWorkspaceSku.withCapacityReservationLevel(CapacityReservationLevel capacityReservationLevel) Set the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.