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