Class SnapshotStorageAccountTypes
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SnapshotStorageAccountTypes>
-
- com.azure.resourcemanager.compute.models.SnapshotStorageAccountTypes
-
public final class SnapshotStorageAccountTypes extends com.azure.core.util.ExpandableStringEnum<SnapshotStorageAccountTypes>
Defines values for SnapshotStorageAccountTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static SnapshotStorageAccountTypesPREMIUM_LRSStatic value Premium_LRS for SnapshotStorageAccountTypes.static SnapshotStorageAccountTypesSTANDARD_LRSStatic value Standard_LRS for SnapshotStorageAccountTypes.static SnapshotStorageAccountTypesSTANDARD_ZRSStatic value Standard_ZRS for SnapshotStorageAccountTypes.
-
Constructor Summary
Constructors Constructor Description SnapshotStorageAccountTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SnapshotStorageAccountTypesfromString(String name)Creates or finds a SnapshotStorageAccountTypes from its string representation.static Collection<SnapshotStorageAccountTypes>values()
-
-
-
Field Detail
-
STANDARD_LRS
public static final SnapshotStorageAccountTypes STANDARD_LRS
Static value Standard_LRS for SnapshotStorageAccountTypes.
-
PREMIUM_LRS
public static final SnapshotStorageAccountTypes PREMIUM_LRS
Static value Premium_LRS for SnapshotStorageAccountTypes.
-
STANDARD_ZRS
public static final SnapshotStorageAccountTypes STANDARD_ZRS
Static value Standard_ZRS for SnapshotStorageAccountTypes.
-
-
Method Detail
-
fromString
public static SnapshotStorageAccountTypes fromString(String name)
Creates or finds a SnapshotStorageAccountTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SnapshotStorageAccountTypes.
-
values
public static Collection<SnapshotStorageAccountTypes> values()
- Returns:
- known SnapshotStorageAccountTypes values.
-
-