你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OSFamilyProperties 构造函数

定义

重载

OSFamilyProperties()

初始化 OSFamilyProperties 类的新实例。

OSFamilyProperties(String, String, IList<OSVersionPropertiesBase>)

初始化 OSFamilyProperties 类的新实例。

OSFamilyProperties()

初始化 OSFamilyProperties 类的新实例。

public OSFamilyProperties ();
Public Sub New ()

适用于

OSFamilyProperties(String, String, IList<OSVersionPropertiesBase>)

初始化 OSFamilyProperties 类的新实例。

public OSFamilyProperties (string name = default, string label = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.OSVersionPropertiesBase> versions = default);
new Microsoft.Azure.Management.Compute.Models.OSFamilyProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.OSVersionPropertiesBase> -> Microsoft.Azure.Management.Compute.Models.OSFamilyProperties
Public Sub New (Optional name As String = Nothing, Optional label As String = Nothing, Optional versions As IList(Of OSVersionPropertiesBase) = Nothing)

参数

name
String

OS 系列名称。

label
String

OS 系列标签。

versions
IList<OSVersionPropertiesBase>

属于此系列的 OS 版本列表。

适用于