| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.storage | |
| com.microsoft.azure.toolkit.lib.storage.model |
| Modifier and Type | Field and Description |
|---|---|
private Kind |
StorageAccountDraft.Config.kind |
| Modifier and Type | Method and Description |
|---|---|
Kind |
StorageAccountDraft.getKind() |
Kind |
StorageAccount.getKind() |
Kind |
AzuriteStorageAccount.getKind() |
| Modifier and Type | Method and Description |
|---|---|
List<Kind> |
AzureStorageAccount.listSupportedKinds(Performance performance) |
| Modifier and Type | Method and Description |
|---|---|
List<Redundancy> |
AzureStorageAccount.listSupportedRedundancies(Performance performance,
Kind kind) |
void |
StorageAccountDraft.setKind(Kind kind) |
| Modifier and Type | Field and Description |
|---|---|
static Kind |
Kind.BLOB_STORAGE |
static Kind |
Kind.BLOCK_BLOB_STORAGE |
static Kind |
Kind.FILE_STORAGE |
private Kind |
StorageAccountConfig.kind |
static Kind |
Kind.PAGE_BLOB_STORAGE |
static Kind |
Kind.STORAGE |
static Kind |
Kind.STORAGE_V2 |
| Modifier and Type | Field and Description |
|---|---|
private static List<Kind> |
Kind.values |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
Kind.fromName(String value) |
| Modifier and Type | Method and Description |
|---|---|
static List<Kind> |
Kind.values() |
Copyright © 2024. All rights reserved.