次の方法で共有


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 の一覧を指定します。

適用対象