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

VerificationIPFlowContent 类

定义

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

public class VerificationIPFlowContent
type VerificationIPFlowContent = class
Public Class VerificationIPFlowContent
继承
VerificationIPFlowContent

构造函数

VerificationIPFlowContent(ResourceIdentifier, NetworkTrafficDirection, IPFlowProtocol, String, String, String, String)

初始化 VerificationIPFlowContent 的新实例。

属性

Direction

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

LocalIPAddress

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

LocalPort

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

Protocol

要验证的协议。

RemoteIPAddress

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

RemotePort

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

TargetNicResourceId

NIC ID。 (如果 VM 具有多个 NIC,并且其中任何一个 NIC 都启用了 IP 转发,则必须指定此参数。其他可选) 。

TargetResourceId

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

适用于