| Modifier and Type | Field and Description |
|---|---|
static Kind |
Kind.BLOB_STORAGE
Static value BlobStorage for Kind.
|
static Kind |
Kind.BLOCK_BLOB_STORAGE
Static value BlockBlobStorage for Kind.
|
static Kind |
Kind.FILE_STORAGE
Static value FileStorage for Kind.
|
static Kind |
Kind.STORAGE
Static value Storage for Kind.
|
static Kind |
Kind.STORAGE_V2
Static value StorageV2 for Kind.
|
| Modifier and Type | Method and Description |
|---|---|
static Kind |
Kind.fromString(String name)
Creates or finds a Kind from its string representation.
|
Kind |
StorageAccountUpdateParameters.kind()
Get optional.
|
Kind |
StorageAccountCreateParameters.kind()
Get required.
|
Kind |
StorageAccount.kind() |
Kind |
StorageSku.storageAccountKind() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Kind> |
Kind.values() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withKind(Kind kind)
Set optional.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withKind(Kind kind)
Set required.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/