OperatingSystemListFamiliesResponse.OperatingSystem.Version Property

 

Gets or sets the version of the operating system.

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

Syntax

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

Property Value

Type: System.String

The operating system version.

Remarks

This value corresponds to the configuration value for specifying that your service is to run on a particular version of the Azure guest operating system. For more information, see Configuring Settings for the Azure Guest OS.

See Also

OperatingSystemListFamiliesResponse.OperatingSystem Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top