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

VerificationIPFlowParameters interface

用于定义要验证的 IP 流的参数。

属性

direction

表示为 5 元组的数据包的方向。

localIPAddress

本地 IP 地址。 可接受的值为有效的 IPv4 地址。

localPort

本地端口。 可接受的值是范围(0-65535)中的单个整数。 对源端口的支持,具体取决于方向。

protocol

要验证的协议。

remoteIPAddress

远程 IP 地址。 可接受的值为有效的 IPv4 地址。

remotePort

远程端口。 可接受的值是范围(0-65535)中的单个整数。 对源端口的支持,具体取决于方向。

targetNicResourceId

NIC ID。 (如果 VM 在任何 NIC 上启用了多个 NIC 和 IP 转发,则必须指定此参数。否则为可选)。

targetResourceId

要执行下一跃点的目标资源的 ID。

属性详细信息

direction

表示为 5 元组的数据包的方向。

direction: string

属性值

string

localIPAddress

本地 IP 地址。 可接受的值为有效的 IPv4 地址。

localIPAddress: string

属性值

string

localPort

本地端口。 可接受的值是范围(0-65535)中的单个整数。 对源端口的支持,具体取决于方向。

localPort: string

属性值

string

protocol

要验证的协议。

protocol: string

属性值

string

remoteIPAddress

远程 IP 地址。 可接受的值为有效的 IPv4 地址。

remoteIPAddress: string

属性值

string

remotePort

远程端口。 可接受的值是范围(0-65535)中的单个整数。 对源端口的支持,具体取决于方向。

remotePort: string

属性值

string

targetNicResourceId

NIC ID。 (如果 VM 在任何 NIC 上启用了多个 NIC 和 IP 转发,则必须指定此参数。否则为可选)。

targetNicResourceId?: string

属性值

string

targetResourceId

要执行下一跃点的目标资源的 ID。

targetResourceId: string

属性值

string