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

MatchVariable 类

定义

定义匹配变量。

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

构造函数

MatchVariable()

初始化 MatchVariable 类的新实例。

MatchVariable(WebApplicationFirewallMatchVariable, String)

初始化 MatchVariable 类的新实例。

属性

Selector

获取或设置描述 matchVariable 集合的字段。

VariableName

获取或设置与 Variable 匹配。 可能的值包括:“RemoteAddr”、“RequestMethod”、“QueryString”、“PostArgs”、“RequestUri”、“RequestHeaders”、“RequestBody”、“RequestCookies”

方法

Validate()

验证 对象。

适用于