VirtualMachineInstanceView.OsVersion Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to