Uses of Class
com.azure.storage.blob.models.SkuName
-
Packages that use SkuName Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of SkuName in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String value)Parses a serialized value to a SkuName instance.SkuNameStorageAccountInfo. getSkuName()static SkuNameSkuName. valueOf(String name)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.Constructors in com.azure.storage.blob.models with parameters of type SkuName Constructor Description StorageAccountInfo(SkuName skuName, AccountKind accountKind)Constructs aStorageAccountInfo.
-