Class EdgeZoneStorageAccountType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EdgeZoneStorageAccountType>
com.azure.resourcemanager.compute.models.EdgeZoneStorageAccountType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class EdgeZoneStorageAccountType
extends com.azure.core.util.ExpandableStringEnum<EdgeZoneStorageAccountType>
Specifies the storage account type to be used to store the image. This property is not updatable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EdgeZoneStorageAccountTypeStatic value Premium_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeStatic value Standard_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeStatic value StandardSSD_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeStatic value Standard_ZRS for EdgeZoneStorageAccountType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EdgeZoneStorageAccountTypefromString(String name) Creates or finds a EdgeZoneStorageAccountType from its string representation.static Collection<EdgeZoneStorageAccountType> values()Gets known EdgeZoneStorageAccountType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STANDARD_LRS
Static value Standard_LRS for EdgeZoneStorageAccountType. -
STANDARD_ZRS
Static value Standard_ZRS for EdgeZoneStorageAccountType. -
STANDARD_SSD_LRS
Static value StandardSSD_LRS for EdgeZoneStorageAccountType. -
PREMIUM_LRS
Static value Premium_LRS for EdgeZoneStorageAccountType.
-
-
Constructor Details
-
EdgeZoneStorageAccountType
Deprecated.Use thefromString(String)factory method.Creates a new instance of EdgeZoneStorageAccountType value.
-
-
Method Details
-
fromString
Creates or finds a EdgeZoneStorageAccountType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EdgeZoneStorageAccountType.
-
values
Gets known EdgeZoneStorageAccountType values.- Returns:
- known EdgeZoneStorageAccountType values.
-
fromString(String)factory method.