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

RoleInstanceNetworkProfile 构造函数

定义

重载

RoleInstanceNetworkProfile()

初始化 RoleInstanceNetworkProfile 类的新实例。

RoleInstanceNetworkProfile(IList<SubResource>)

初始化 RoleInstanceNetworkProfile 类的新实例。

RoleInstanceNetworkProfile()

初始化 RoleInstanceNetworkProfile 类的新实例。

public RoleInstanceNetworkProfile ();
Public Sub New ()

适用于

RoleInstanceNetworkProfile(IList<SubResource>)

初始化 RoleInstanceNetworkProfile 类的新实例。

public RoleInstanceNetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> networkInterfaces = default);
new Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile
Public Sub New (Optional networkInterfaces As IList(Of SubResource) = Nothing)

参数

networkInterfaces
IList<SubResource>

指定与角色实例关联的网络接口的资源 ID 列表。

适用于