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