Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountSkuType
Packages that use StorageAccountSkuType
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountSkuType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as StorageAccountSkuTypeModifier and TypeFieldDescriptionstatic final StorageAccountSkuTypeStorageAccountSkuType.PREMIUM_LRSStatic value PREMIUM_LRS for StorageAccountSkuType.static final StorageAccountSkuTypeStorageAccountSkuType.STANDARD_GRSStatic value STANDARD_GRS for StorageAccountSkuType.static final StorageAccountSkuTypeStorageAccountSkuType.STANDARD_LRSStatic value STANDARD_LRS for StorageAccountSkuType.static final StorageAccountSkuTypeStorageAccountSkuType.STANDARD_RAGRSStatic value STANDARD_RAGRS for StorageAccountSkuType.static final StorageAccountSkuTypeStorageAccountSkuType.STANDARD_ZRSStatic value STANDARD_RAGRS for StorageAccountSkuType.Methods in com.azure.resourcemanager.storage.models that return StorageAccountSkuTypeModifier and TypeMethodDescriptionstatic StorageAccountSkuTypeStorageAccountSkuType.fromSkuName(SkuName name) Creates StorageAccountSkuType from sku name.StorageAccount.skuType()StorageSku.storageAccountSku()Methods in com.azure.resourcemanager.storage.models with parameters of type StorageAccountSkuTypeModifier and TypeMethodDescriptionStorageAccount.DefinitionStages.WithSku.withSku(StorageAccountSkuType sku) Specifies the sku of the storage account.StorageAccount.UpdateStages.WithSku.withSku(StorageAccountSkuType sku) Specifies the sku of the storage account.