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

AccessControlListMatchCondition interface

定义支持筛选流量的匹配条件。

Extends

属性

dscpMarkings

需要匹配的 DSCP 标记列表。

etherTypes

需要匹配的以太类型值的列表。

fragments

需要匹配的 IP 片段数据包列表。

ipLengths

需要匹配的 IP 长度列表。

portCondition

定义需要匹配的端口条件。

ttlValues

需要匹配的 TTL [生存时间] 值的列表。

继承属性

ipCondition

需要匹配的 IP 条件。

protocolTypes

需要匹配的协议列表。

vlanMatchCondition

需要匹配的 Vlan 匹配条件。

属性详细信息

dscpMarkings

需要匹配的 DSCP 标记列表。

dscpMarkings?: string[]

属性值

string[]

etherTypes

需要匹配的以太类型值的列表。

etherTypes?: string[]

属性值

string[]

fragments

需要匹配的 IP 片段数据包列表。

fragments?: string[]

属性值

string[]

ipLengths

需要匹配的 IP 长度列表。

ipLengths?: string[]

属性值

string[]

portCondition

定义需要匹配的端口条件。

portCondition?: AccessControlListPortCondition

属性值

ttlValues

需要匹配的 TTL [生存时间] 值的列表。

ttlValues?: string[]

属性值

string[]

继承属性详细信息

ipCondition

需要匹配的 IP 条件。

ipCondition?: IpMatchCondition

属性值

继承自CommonMatchConditions.ipCondition

protocolTypes

需要匹配的协议列表。

protocolTypes?: string[]

属性值

string[]

继承自CommonMatchConditions.protocolTypes

vlanMatchCondition

需要匹配的 Vlan 匹配条件。

vlanMatchCondition?: VlanMatchCondition

属性值

继承自CommonMatchConditions.vlanMatchCondition