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

AccessControlListPortCondition interface

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

Extends

属性

flags

需要匹配的协议标志列表。

继承属性

layer4Protocol

需要匹配的第 4 层协议类型。

portGroupNames

要匹配的端口组名称的列表。

ports

需要匹配的端口列表。

portType

需要匹配的端口类型。

属性详细信息

flags

需要匹配的协议标志列表。

flags?: string[]

属性值

string[]

继承属性详细信息

layer4Protocol

需要匹配的第 4 层协议类型。

layer4Protocol: string

属性值

string

继承自PortCondition.layer4Protocol

portGroupNames

要匹配的端口组名称的列表。

portGroupNames?: string[]

属性值

string[]

继承自PortCondition.portGroupNames

ports

需要匹配的端口列表。

ports?: string[]

属性值

string[]

继承自PortCondition.ports

portType

需要匹配的端口类型。

portType?: string

属性值

string

继承自PortCondition.portType