Uses of Class
com.azure.resourcemanager.storage.models.SkuName
Packages that use SkuName
Package
Description
Package containing the inner data models for StorageManagementClient.
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 SkuNameModifier and TypeMethodDescriptionSkuInformationInner.name()Get the name property: The SKU name.StorageAccountMigrationInner.targetSkuName()Get the targetSkuName property: Target sku name for the account.StorageAccountMigrationProperties.targetSkuName()Get the targetSkuName property: Target sku name for the account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type SkuNameModifier and TypeMethodDescriptionSet the name property: The SKU name.StorageAccountMigrationInner.withTargetSkuName(SkuName targetSkuName) Set the targetSkuName property: Target sku name for the account.StorageAccountMigrationProperties.withTargetSkuName(SkuName targetSkuName) Set the targetSkuName property: Target sku name for the account. -
Uses of SkuName in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as SkuNameModifier and TypeFieldDescriptionstatic final SkuNameSkuName.PREMIUM_LRSStatic value Premium_LRS for SkuName.static final SkuNameSkuName.PREMIUM_ZRSStatic value Premium_ZRS for SkuName.static final SkuNameSkuName.STANDARD_GRSStatic value Standard_GRS for SkuName.static final SkuNameSkuName.STANDARD_GZRSStatic value Standard_GZRS for SkuName.static final SkuNameSkuName.STANDARD_LRSStatic value Standard_LRS for SkuName.static final SkuNameSkuName.STANDARD_RAGRSStatic value Standard_RAGRS for SkuName.static final SkuNameSkuName.STANDARD_RAGZRSStatic value Standard_RAGZRS for SkuName.static final SkuNameSkuName.STANDARD_ZRSStatic value Standard_ZRS for SkuName.Methods in com.azure.resourcemanager.storage.models that return SkuNameModifier and TypeMethodDescriptionstatic SkuNameSkuName.fromString(String name) Creates or finds a SkuName from its string representation.Sku.name()Get the name property: The SKU name.StorageAccountSkuType.name()StorageSku.name()StorageAccountSkuConversionStatus.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 SkuNameModifier and TypeMethodDescriptionstatic Collection<SkuName>SkuName.values()Gets known SkuName values.Methods in com.azure.resourcemanager.storage.models with parameters of type SkuNameModifier and TypeMethodDescriptionstatic StorageAccountSkuTypeStorageAccountSkuType.fromSkuName(SkuName name) Creates StorageAccountSkuType from sku name.Set the name property: The SKU name.StorageAccountSkuConversionStatus.withTargetSkuName(SkuName targetSkuName) Set the targetSkuName property: This property represents the target sku name to which the account sku is being converted asynchronously.