WindowsOsInfoFragment Class
Information about a Windows OS.
- Inheritance
-
msrest.serialization.ModelWindowsOsInfoFragment
Constructor
WindowsOsInfoFragment(*, windows_os_state: str | WindowsOsState | None = None, **kwargs)
Parameters
Name | Description |
---|---|
windows_os_state
Required
|
The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible values include: "NonSysprepped", "SysprepRequested", "SysprepApplied". |
Keyword-Only Parameters
Name | Description |
---|---|
windows_os_state
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python