OperatingSystemListResponse.OperatingSystem.Family 属性

 

获取或设置一个值,指定此版本属于哪个操作系统系列。

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

语法

public int Family { get; set; }
public:
property int Family {
    int get();
    void set(int value);
}
member Family : int with get, set
Public Property Family As Integer

属性值

Type: System.Int32

操作系统标识符中。

请参阅

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

返回页首