Uses of Class
com.azure.resourcemanager.storage.models.SkuTier
-
Packages that use SkuTier 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 SkuTier in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return SkuTier Modifier and Type Method Description SkuTierSkuInformationInner. tier()Get the tier property: The SKU tier. -
Uses of SkuTier in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SkuTier Modifier and Type Method Description static SkuTierSkuTier. fromString(String value)Parses a serialized value to a SkuTier instance.SkuTierSku. tier()Get the tier property: The SKU tier.SkuTierStorageSku. tier()static SkuTierSkuTier. valueOf(String name)Returns the enum constant of this type with the specified name.static SkuTier[]SkuTier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-