public final class StorageAccountTypes extends com.azure.core.util.ExpandableStringEnum<StorageAccountTypes>
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountTypes |
PREMIUM_LRS
Static value Premium_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
STANDARD_LRS
Static value Standard_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
STANDARD_SSD_LRS
Static value StandardSSD_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
ULTRA_SSD_LRS
Static value UltraSSD_LRS for StorageAccountTypes.
|
| Constructor and Description |
|---|
StorageAccountTypes() |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountTypes |
fromString(String name)
Creates or finds a StorageAccountTypes from its string representation.
|
static Collection<StorageAccountTypes> |
values() |
public static final StorageAccountTypes STANDARD_LRS
public static final StorageAccountTypes PREMIUM_LRS
public static final StorageAccountTypes STANDARD_SSD_LRS
public static final StorageAccountTypes ULTRA_SSD_LRS
public static StorageAccountTypes fromString(String name)
name - a name to look for.public static Collection<StorageAccountTypes> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.