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