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

CustomRuleMatchCondition 类

定义

定义匹配条件。

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

构造函数

CustomRuleMatchCondition(WafMatchVariable, MatchOperator, IEnumerable<String>)

初始化 CustomRuleMatchCondition 的新实例。

属性

MatchOperator

描述要匹配的运算符。

MatchValue

可能的匹配值列表。

MatchVariable

要与之进行比较的匹配变量。

NegateCondition

描述是否应否定此条件的结果。

Selector

选择器可用于匹配 QueryString、Cookie、RequestHeader 或 PostArgs 的特定键。

Transforms

转换列表。

适用于