你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OSFamilyProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 版本列表。