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

ExceptionEntry interface

添加异常,以便在满足条件时允许请求。

属性

exceptionManagedRuleSets

与异常关联的托管规则集。

matchVariable

计算异常条件的变量

selector

当 matchVariable 指向键值对(例如 RequestHeader)时,这将标识密钥。

selectorMatchOperator

当 matchVariable 指向键值对(例如 RequestHeader)时,这将对选择器进行操作

valueMatchOperator

对 matchVariable 的允许值进行操作

values

matchVariable 的允许值

属性详细信息

exceptionManagedRuleSets

与异常关联的托管规则集。

exceptionManagedRuleSets?: ExclusionManagedRuleSet[]

属性值

matchVariable

计算异常条件的变量

matchVariable: string

属性值

string

selector

当 matchVariable 指向键值对(例如 RequestHeader)时,这将标识密钥。

selector?: string

属性值

string

selectorMatchOperator

当 matchVariable 指向键值对(例如 RequestHeader)时,这将对选择器进行操作

selectorMatchOperator?: string

属性值

string

valueMatchOperator

对 matchVariable 的允许值进行操作

valueMatchOperator: string

属性值

string

values

matchVariable 的允许值

values?: string[]

属性值

string[]