Class CustomImageOsType

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

public final class CustomImageOsType extends com.azure.core.util.ExpandableStringEnum<CustomImageOsType>
The OS type of the custom image (i.e. Windows, Linux).
  • Field Details

    • WINDOWS

      public static final CustomImageOsType WINDOWS
      Static value Windows for CustomImageOsType.
    • LINUX

      public static final CustomImageOsType LINUX
      Static value Linux for CustomImageOsType.
    • NONE

      public static final CustomImageOsType NONE
      Static value None for CustomImageOsType.
  • Constructor Details

    • CustomImageOsType

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

    • fromString

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

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