OperatingSystemListFamiliesResponse.OperatingSystem.Version 属性

 

获取或设置操作系统的版本。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

Type: System.String

操作系统版本。

备注

此值对应于一个配置值,后者指定要在 Azure 来宾操作系统的特定版本中运行你的服务。 有关详细信息,请参阅 Configuring Settings for the Azure Guest OS

请参阅

OperatingSystemListFamiliesResponse.OperatingSystem 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首