Class WindowsOsInfoFragment
Information about a Windows OS.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class WindowsOsInfoFragment
Constructors
WindowsOsInfoFragment()
Initializes a new instance of the WindowsOsInfoFragment class.
Declaration
public WindowsOsInfoFragment ();
WindowsOsInfoFragment(String)
Initializes a new instance of the WindowsOsInfoFragment class.
Declaration
public WindowsOsInfoFragment (string windowsOsState = null);
Parameters
|
String
windowsOsState
The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied' |
Properties
WindowsOsState
Gets or sets the state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied'
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="windowsOsState")]
public string WindowsOsState { get; set; }
Property Value
|
String
|