次の方法で共有


NextHopParameters コンストラクター

定義

オーバーロード

NextHopParameters()

NextHopParameters クラスの新しいインスタンスを初期化します。

NextHopParameters(String, String, String, String)

NextHopParameters クラスの新しいインスタンスを初期化します。

NextHopParameters()

NextHopParameters クラスの新しいインスタンスを初期化します。

public NextHopParameters ();
Public Sub New ()

適用対象

NextHopParameters(String, String, String, String)

NextHopParameters クラスの新しいインスタンスを初期化します。

public NextHopParameters (string targetResourceId, string sourceIPAddress, string destinationIPAddress, string targetNicResourceId = default);
new Microsoft.Azure.Management.Network.Models.NextHopParameters : string * string * string * string -> Microsoft.Azure.Management.Network.Models.NextHopParameters
Public Sub New (targetResourceId As String, sourceIPAddress As String, destinationIPAddress As String, Optional targetNicResourceId As String = Nothing)

パラメーター

targetResourceId
String

アクションの実行対象となるターゲット リソースのリソース識別子。

sourceIPAddress
String

送信元 IP アドレス

destinationIPAddress
String

宛先 IP アドレス

targetNicResourceId
String

NIC ID。 (VM に複数の NIC があり、いずれかの nic で IP 転送が有効になっている場合は、このパラメーターを指定する必要があります。それ以外の場合は省略可能)。

適用対象