Uses of Class
com.azure.resourcemanager.storage.models.UsageUnit
-
Packages that use UsageUnit Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of UsageUnit in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return UsageUnit Modifier and Type Method Description UsageUnitUsageInner. unit()Get the unit property: Gets the unit of measurement. -
Uses of UsageUnit in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return UsageUnit Modifier and Type Method Description static UsageUnitUsageUnit. fromString(String value)Parses a serialized value to a UsageUnit instance.static UsageUnitUsageUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageUnit[]UsageUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-