Uses of Enum
com.azure.resourcemanager.loganalytics.models.Capacity
Packages that use Capacity
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Capacity in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return CapacityModifier and TypeMethodDescriptionClusterSku.capacity()Get the capacity property: The capacity value.static CapacityCapacity.fromLong(long value) Parses a serialized value to a Capacity instance.static CapacityReturns the enum constant of this type with the specified name.static Capacity[]Capacity.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 CapacityModifier and TypeMethodDescriptionClusterSku.withCapacity(Capacity capacity) Set the capacity property: The capacity value.