CloudServiceConfiguration.OSFamily Property

Definition

Gets or sets the Azure Guest OS family to be installed on the virtual machines in the pool.

public string OSFamily { get; set; }
member this.OSFamily : string with get, set
Public Property OSFamily As String

Property Value

Remarks

For more information about Guest OS families, see https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/.

Applies to