PoolSpecification.OSFamily Property

 

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

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string OSFamily { get; set; }
public:
property String^ OSFamily {
    String^ get();
    void set(String^ value);
}
member OSFamily : string with get, set
Public Property OSFamily As String

Property Value

Type: System.String

Remarks

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

See Also

PoolSpecification Class
Microsoft.Azure.Batch Namespace

Return to top