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