| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.storage | |
| com.microsoft.azure.toolkit.lib.storage.model |
| Modifier and Type | Field and Description |
|---|---|
private Performance |
StorageAccountDraft.Config.performance |
| Modifier and Type | Method and Description |
|---|---|
Performance |
StorageAccountDraft.getPerformance() |
Performance |
StorageAccount.getPerformance() |
Performance |
AzuriteStorageAccount.getPerformance() |
| Modifier and Type | Method and Description |
|---|---|
List<Performance> |
AzureStorageAccount.listSupportedPerformances() |
| Modifier and Type | Method and Description |
|---|---|
List<Kind> |
AzureStorageAccount.listSupportedKinds(Performance performance) |
List<Redundancy> |
AzureStorageAccount.listSupportedRedundancies(Performance performance,
Kind kind) |
void |
StorageAccountDraft.setPerformance(Performance performance) |
| Modifier and Type | Field and Description |
|---|---|
private Performance |
StorageAccountConfig.performance |
private Performance |
Redundancy.performance |
private Performance |
Kind.performance |
static Performance |
Performance.PREMIUM |
static Performance |
Performance.STANDARD |
| Modifier and Type | Field and Description |
|---|---|
private static List<Performance> |
Performance.values |
| Modifier and Type | Method and Description |
|---|---|
static Performance |
Performance.fromName(String value) |
| Modifier and Type | Method and Description |
|---|---|
static List<Performance> |
Performance.values() |
| Constructor and Description |
|---|
Kind(Performance performance,
String name,
String label) |
Redundancy(Performance performance,
String name,
String label) |
Copyright © 2024. All rights reserved.