java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageType>
com.azure.resourcemanager.devtestlabs.models.StorageType

public final class StorageType extends com.azure.core.util.ExpandableStringEnum<StorageType>
The storage type for the disk (i.e. Standard, Premium).
  • Field Details

    • STANDARD

      public static final StorageType STANDARD
      Static value Standard for StorageType.
    • PREMIUM

      public static final StorageType PREMIUM
      Static value Premium for StorageType.
    • STANDARD_SSD

      public static final StorageType STANDARD_SSD
      Static value StandardSSD for StorageType.
  • Constructor Details

    • StorageType

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

    • fromString

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

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