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)

public string Version { get; set; }

Property Value

Type: System.String

The operating system version.

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.

Return to top
Show: