Class WindowsOsState

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

public final class WindowsOsState extends com.azure.core.util.ExpandableStringEnum<WindowsOsState>
The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).
  • Field Details

    • NON_SYSPREPPED

      public static final WindowsOsState NON_SYSPREPPED
      Static value NonSysprepped for WindowsOsState.
    • SYSPREP_REQUESTED

      public static final WindowsOsState SYSPREP_REQUESTED
      Static value SysprepRequested for WindowsOsState.
    • SYSPREP_APPLIED

      public static final WindowsOsState SYSPREP_APPLIED
      Static value SysprepApplied for WindowsOsState.
  • Constructor Details

    • WindowsOsState

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

    • fromString

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

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