CloudPool.CurrentOSVersion Property

 

Optional. Gets or sets the Azure Guest OS Version currently installed on the virtual machines in the pool. This may differ from TargetOSVersion if the pool state is Upgrading. This property must have the default value for the Add Pool operation.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top