次の方法で共有


NextHopContent(ResourceIdentifier, String, String) コンストラクター

定義

NextHopContent の新しいインスタンスを初期化します。

public NextHopContent (Azure.Core.ResourceIdentifier targetResourceId, string sourceIPAddress, string destinationIPAddress);
new Azure.ResourceManager.Network.Models.NextHopContent : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Network.Models.NextHopContent
Public Sub New (targetResourceId As ResourceIdentifier, sourceIPAddress As String, destinationIPAddress As String)

パラメーター

targetResourceId
ResourceIdentifier

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

sourceIPAddress
String

送信元 IP アドレス

destinationIPAddress
String

宛先 IP アドレス

例外

targetResourceIdsourceIPAddress、または destinationIPAddress が null です。

適用対象