| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.storage | |
| com.microsoft.azure.toolkit.lib.storage.model |
| Modifier and Type | Field and Description |
|---|---|
private AccessTier |
StorageAccountDraft.Config.accessTier |
| Modifier and Type | Method and Description |
|---|---|
AccessTier |
StorageAccountDraft.getAccessTier() |
AccessTier |
StorageAccount.getAccessTier() |
AccessTier |
AzuriteStorageAccount.getAccessTier() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAccountDraft.setAccessTier(AccessTier tier) |
| Modifier and Type | Field and Description |
|---|---|
private AccessTier |
StorageAccountConfig.accessTier |
| Modifier and Type | Method and Description |
|---|---|
static AccessTier |
AccessTier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTier[] |
AccessTier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.