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

WebApplicationRuleMatchCondition 类

定义

定义匹配条件。

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

构造函数

WebApplicationRuleMatchCondition(WebApplicationRuleMatchVariable, WebApplicationRuleMatchOperator, IEnumerable<String>)

初始化 WebApplicationRuleMatchCondition 的新实例。

属性

IsNegateCondition

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

MatchValue

可能的匹配值列表。

MatchVariable

要与之进行比较的请求变量。

Operator

用于与变量值匹配的比较类型。

Selector

匹配 QueryString、PostArgs、RequestHeader 或 Cookies 变量中的特定键。 默认值为 null。

Transforms

转换列表。

适用于