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