public final class SnapshotStorageAccountTypes extends com.microsoft.rest.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 forpublic static Collection<SnapshotStorageAccountTypes> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/