你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccessControlListMatchCondition interface
定义支持筛选流量的匹配条件。
- Extends
属性
dscp |
需要匹配的 DSCP 标记列表。 |
ether |
需要匹配的以太类型值的列表。 |
fragments | 需要匹配的 IP 片段数据包列表。 |
ip |
需要匹配的 IP 长度列表。 |
port |
定义需要匹配的端口条件。 |
ttl |
需要匹配的 TTL [生存时间] 值的列表。 |
继承属性
ip |
需要匹配的 IP 条件。 |
protocol |
需要匹配的协议列表。 |
vlan |
需要匹配的 Vlan 匹配条件。 |
属性详细信息
dscpMarkings
需要匹配的 DSCP 标记列表。
dscpMarkings?: string[]
属性值
string[]
etherTypes
需要匹配的以太类型值的列表。
etherTypes?: string[]
属性值
string[]
fragments
需要匹配的 IP 片段数据包列表。
fragments?: string[]
属性值
string[]
ipLengths
需要匹配的 IP 长度列表。
ipLengths?: string[]
属性值
string[]
portCondition
ttlValues
需要匹配的 TTL [生存时间] 值的列表。
ttlValues?: string[]
属性值
string[]
继承属性详细信息
ipCondition
需要匹配的 IP 条件。
ipCondition?: IpMatchCondition
属性值
protocolTypes
vlanMatchCondition
需要匹配的 Vlan 匹配条件。
vlanMatchCondition?: VlanMatchCondition