VirtualMachineInstanceView.OsName Property

Definition

Gets or sets the Operating System running on the virtual machine.

[Newtonsoft.Json.JsonProperty(PropertyName="osName")]
public string OsName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osName")>]
member this.OsName : string with get, set
Public Property OsName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to