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 Details

    • STANDARD_LRS

      public static final EdgeZoneStorageAccountType STANDARD_LRS
      Static value Standard_LRS for EdgeZoneStorageAccountType.
    • STANDARD_ZRS

      public static final EdgeZoneStorageAccountType STANDARD_ZRS
      Static value Standard_ZRS for EdgeZoneStorageAccountType.
    • STANDARD_SSD_LRS

      public static final EdgeZoneStorageAccountType STANDARD_SSD_LRS
      Static value StandardSSD_LRS for EdgeZoneStorageAccountType.
    • PREMIUM_LRS

      public static final EdgeZoneStorageAccountType PREMIUM_LRS
      Static value Premium_LRS for EdgeZoneStorageAccountType.
  • Constructor Details

    • EdgeZoneStorageAccountType

      @Deprecated public EdgeZoneStorageAccountType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of EdgeZoneStorageAccountType value.
  • Method Details

    • fromString

      public static EdgeZoneStorageAccountType fromString(String name)
      Creates or finds a EdgeZoneStorageAccountType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding EdgeZoneStorageAccountType.
    • values

      public static Collection<EdgeZoneStorageAccountType> values()
      Gets known EdgeZoneStorageAccountType values.
      Returns:
      known EdgeZoneStorageAccountType values.