VirtualMachineGetResponse.OsVersion Property

 

Gets or sets the version of the operating system on which the role instances are running.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

The version.

See Also

VirtualMachineGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top