WindowsOsState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devtestlabs. models. WindowsOsState
- com.
- com.
public final class WindowsOsState
extends ExpandableStringEnum<WindowsOsState>
The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Windows |
NON_SYSPREPPED
Static value Non |
|
static final
Windows |
SYSPREP_APPLIED
Static value Sysprep |
|
static final
Windows |
SYSPREP_REQUESTED
Static value Sysprep |
Constructor Summary
| Constructor | Description |
|---|---|
| WindowsOsState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Windows |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Windows |
fromString(String name)
Creates or finds a Windows |
|
static
Collection<Windows |
values()
Gets known Windows |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NON_SYSPREPPED
public static final WindowsOsState NON_SYSPREPPED
Static value NonSysprepped for WindowsOsState.
SYSPREP_APPLIED
public static final WindowsOsState SYSPREP_APPLIED
Static value SysprepApplied for WindowsOsState.
SYSPREP_REQUESTED
public static final WindowsOsState SYSPREP_REQUESTED
Static value SysprepRequested for WindowsOsState.
Constructor Details
WindowsOsState
@Deprecated
public WindowsOsState()
Deprecated
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:
Returns:
values
public static Collection<WindowsOsState> values()
Gets known WindowsOsState values.
Returns: