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

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 转发,则必须指定此参数。其他可选) 。

适用于