Share via


CloudServiceConfiguration.OsVersion Property

Definition

Gets or sets the Azure Guest OS version to be installed on the virtual machines in the Pool.

[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

Remarks

The default value is * which specifies the latest operating system version for the specified OS family.

Applies to