Uses of Class
com.azure.resourcemanager.storage.models.SkuName
-
Packages that use SkuName 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 SkuName in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return SkuName Modifier and Type Method Description SkuNameSkuInformationInner. name()Get the name property: The SKU name.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type SkuName Modifier and Type Method Description SkuInformationInnerSkuInformationInner. withName(SkuName name)Set the name property: The SKU name. -
Uses of SkuName in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as SkuName Modifier and Type Field Description static SkuNameSkuName. PREMIUM_LRSStatic value Premium_LRS for SkuName.static SkuNameSkuName. PREMIUM_ZRSStatic value Premium_ZRS for SkuName.static SkuNameSkuName. STANDARD_GRSStatic value Standard_GRS for SkuName.static SkuNameSkuName. STANDARD_GZRSStatic value Standard_GZRS for SkuName.static SkuNameSkuName. STANDARD_LRSStatic value Standard_LRS for SkuName.static SkuNameSkuName. STANDARD_RAGRSStatic value Standard_RAGRS for SkuName.static SkuNameSkuName. STANDARD_RAGZRSStatic value Standard_RAGZRS for SkuName.static SkuNameSkuName. STANDARD_ZRSStatic value Standard_ZRS for SkuName.Methods in com.azure.resourcemanager.storage.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String name)Creates or finds a SkuName from its string representation.SkuNameSku. name()Get the name property: The SKU name.SkuNameStorageAccountSkuType. name()SkuNameStorageSku. name()SkuNameStorageAccountSkuConversionStatus. targetSkuName()Get the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type SkuName Modifier and Type Method Description static Collection<SkuName>SkuName. values()Methods in com.azure.resourcemanager.storage.models with parameters of type SkuName Modifier and Type Method Description static StorageAccountSkuTypeStorageAccountSkuType. fromSkuName(SkuName name)Creates StorageAccountSkuType from sku name.SkuSku. withName(SkuName name)Set the name property: The SKU name.StorageAccountSkuConversionStatusStorageAccountSkuConversionStatus. withTargetSkuName(SkuName targetSkuName)Set the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.
-