WindowsOsInfo Class

Information about a Windows OS.

Constructor

WindowsOsInfo(*, windows_os_state: str | _models.WindowsOsState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
windows_os_state

The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Known values are: "NonSysprepped", "SysprepRequested", and "SysprepApplied".

Default value: None

Variables

Name Description
windows_os_state

The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Known values are: "NonSysprepped", "SysprepRequested", and "SysprepApplied".