Role.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
Role Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top