| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountKind |
AccountKind.fromString(String value)
Parses a serialized value to a AccountKind instance.
|
AccountKind |
StorageAccountInfo.getAccountKind() |
static AccountKind |
AccountKind.valueOf(String name)
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.
|
| Constructor and Description |
|---|
StorageAccountInfo(SkuName skuName,
AccountKind accountKind)
Constructs a
StorageAccountInfo. |
Copyright © 2020 Microsoft Corporation. All rights reserved.