Uses of Enum
com.azure.storage.blob.models.SkuName
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of SkuName in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionstatic SkuName
SkuName.fromString
(String value) Parses a serialized value to a SkuName instance.StorageAccountInfo.getSkuName()
static SkuName
Returns the enum constant of this type with the specified name.static SkuName[]
SkuName.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionStorageAccountInfo
(SkuName skuName, AccountKind accountKind) Constructs aStorageAccountInfo
.