Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static Kind |
Kind.fromString(String value)
Parses a serialized value to a Kind instance.
|
Kind |
StorageAccount.kind() |
Kind |
StorageAccountUpdateParameters.kind()
Get optional.
|
Kind |
StorageAccountCreateParameters.kind()
Get required.
|
Kind |
StorageSku.storageAccountKind() |
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withKind(Kind kind)
Set optional.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withKind(Kind kind)
Set required.
|
Copyright © 2019. All rights reserved.