Share via


CloudPoolUpgradeOSParameters.TargetOSVersion Property

 

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

Namespace:   Microsoft.Azure.Batch.Protocol.Models
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

See Also

CloudPoolUpgradeOSParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top