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>
The sku name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnapshotStorageAccountTypesStatic value Premium_LRS for SnapshotStorageAccountTypes.static final SnapshotStorageAccountTypesStatic value Standard_LRS for SnapshotStorageAccountTypes.static final SnapshotStorageAccountTypesStatic value Standard_ZRS for SnapshotStorageAccountTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotStorageAccountTypesfromString(String name) Creates or finds a SnapshotStorageAccountTypes from its string representation.values()Gets known SnapshotStorageAccountTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD_LRS
Static value Standard_LRS for SnapshotStorageAccountTypes. -
PREMIUM_LRS
Static value Premium_LRS for SnapshotStorageAccountTypes. -
STANDARD_ZRS
Static value Standard_ZRS for SnapshotStorageAccountTypes.
-
-
Constructor Details
-
SnapshotStorageAccountTypes
public SnapshotStorageAccountTypes()
-
-
Method Details
-
fromString
Creates or finds a SnapshotStorageAccountTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SnapshotStorageAccountTypes.
-
values
Gets known SnapshotStorageAccountTypes values.- Returns:
- known SnapshotStorageAccountTypes values.
-