WindowsOsInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo

public final class WindowsOsInfo

Information about a Windows OS.

Constructor Summary

Constructor Description
WindowsOsInfo()

Creates an instance of WindowsOsInfo class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

WindowsOsState windowsOsState()

Get the windowsOsState property: The state of the Windows OS (i.e.

WindowsOsInfo withWindowsOsState(WindowsOsState windowsOsState)

Set the windowsOsState property: The state of the Windows OS (i.e.

Methods inherited from java.lang.Object

Constructor Details

WindowsOsInfo

public WindowsOsInfo()

Creates an instance of WindowsOsInfo class.

Method Details

validate

public void validate()

Validates the instance.

windowsOsState

public WindowsOsState windowsOsState()

Get the windowsOsState property: The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).

Returns:

the windowsOsState value.

withWindowsOsState

public WindowsOsInfo withWindowsOsState(WindowsOsState windowsOsState)

Set the windowsOsState property: The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).

Parameters:

windowsOsState - the windowsOsState value to set.

Returns:

the WindowsOsInfo object itself.

Applies to