| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.storage | |
| com.microsoft.azure.toolkit.lib.storage.model |
| Modifier and Type | Field and Description |
|---|---|
private Redundancy |
StorageAccountDraft.Config.redundancy |
| Modifier and Type | Method and Description |
|---|---|
Redundancy |
StorageAccountDraft.getRedundancy() |
Redundancy |
StorageAccount.getRedundancy() |
Redundancy |
AzuriteStorageAccount.getRedundancy() |
| Modifier and Type | Method and Description |
|---|---|
List<Redundancy> |
AzureStorageAccount.listSupportedRedundancies(Performance performance,
Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAccountDraft.setRedundancy(Redundancy redundancy) |
| Modifier and Type | Field and Description |
|---|---|
static Redundancy |
Redundancy.PREMIUM_LRS |
static Redundancy |
Redundancy.PREMIUM_ZRS |
private Redundancy |
StorageAccountConfig.redundancy |
static Redundancy |
Redundancy.STANDARD_GRS |
static Redundancy |
Redundancy.STANDARD_LRS |
static Redundancy |
Redundancy.STANDARD_RAGRS |
static Redundancy |
Redundancy.STANDARD_RAGZRS |
static Redundancy |
Redundancy.STANDARD_ZRS |
| Modifier and Type | Field and Description |
|---|---|
private static List<Redundancy> |
Redundancy.values |
| Modifier and Type | Method and Description |
|---|---|
static Redundancy |
Redundancy.fromName(String value) |
| Modifier and Type | Method and Description |
|---|---|
static List<Redundancy> |
Redundancy.values() |
Copyright © 2024. All rights reserved.