Uses of Class
com.microsoft.azure.management.storage.SkuName
Packages that use SkuName
Package
Description
This package contains the classes for WebSiteManagementClient.
This package contains the classes for StorageManagementClient.
-
Uses of SkuName in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice with parameters of type SkuNameModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount
(String name, SkuName sku) Deprecated.FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount
(String name, SkuName sku) Deprecated. -
Uses of SkuName in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as SkuNameModifier and TypeFieldDescriptionstatic final SkuName
SkuName.PREMIUM_LRS
Static value Premium_LRS for SkuName.static final SkuName
SkuName.PREMIUM_ZRS
Static value Premium_ZRS for SkuName.static final SkuName
SkuName.STANDARD_GRS
Static value Standard_GRS for SkuName.static final SkuName
SkuName.STANDARD_GZRS
Static value Standard_GZRS for SkuName.static final SkuName
SkuName.STANDARD_LRS
Static value Standard_LRS for SkuName.static final SkuName
SkuName.STANDARD_RAGRS
Static value Standard_RAGRS for SkuName.static final SkuName
SkuName.STANDARD_RAGZRS
Static value Standard_RAGZRS for SkuName.static final SkuName
SkuName.STANDARD_ZRS
Static value Standard_ZRS for SkuName.Methods in com.microsoft.azure.management.storage that return SkuNameModifier and TypeMethodDescriptionstatic SkuName
SkuName.fromString
(String name) Creates or finds a SkuName from its string representation.Sku.name()
StorageAccountSkuType.name()
StorageSku.name()
Methods in com.microsoft.azure.management.storage that return types with arguments of type SkuNameMethods in com.microsoft.azure.management.storage with parameters of type SkuNameModifier and TypeMethodDescriptionstatic StorageAccountSkuType
StorageAccountSkuType.fromSkuName
(SkuName name) Creates StorageAccountSkuType from sku name.Set the name value.Deprecated.Deprecated.
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String, StorageAccountSkuType)
instead