CloudPool.TargetOSVersion Property
Gets or sets the Azure Guest OS version 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 TargetOSVersion { get; set; }
public:
property String^ TargetOSVersion {
String^ get();
void set(String^ value);
}
member TargetOSVersion : string with get, set
Public Property TargetOSVersion As String
Property Value
Type: System.String
Remarks
If omitted, the default value is the latest operating system version for the OSFamily.
See Also
CloudPool Class
Microsoft.Azure.Batch Namespace
Return to top