Class StorageAccountType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<StorageAccountType>
com.microsoft.azure.management.compute.StorageAccountType
public final class StorageAccountType
extends com.microsoft.rest.ExpandableStringEnum<StorageAccountType>
Defines values for StorageAccountType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageAccountType
Static value Premium_LRS for StorageAccountType.static final StorageAccountType
Static value Standard_LRS for StorageAccountType.static final StorageAccountType
Static value Standard_ZRS for StorageAccountType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageAccountType
fromString
(String name) Creates or finds a StorageAccountType from its string representation.static Collection<StorageAccountType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
STANDARD_LRS
Static value Standard_LRS for StorageAccountType. -
STANDARD_ZRS
Static value Standard_ZRS for StorageAccountType. -
PREMIUM_LRS
Static value Premium_LRS for StorageAccountType.
-
-
Constructor Details
-
StorageAccountType
public StorageAccountType()
-
-
Method Details
-
fromString
Creates or finds a StorageAccountType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding StorageAccountType
-
values
- Returns:
- known StorageAccountType values
-