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

ApplicationGatewayRewriteRuleCondition Class

Set of conditions in the Rewrite Rule in Application Gateway.

Constructor

ApplicationGatewayRewriteRuleCondition(*, variable: str | None = None, pattern: str | None = None, ignore_case: bool | None = None, negate: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
variable
str

The condition parameter of the RewriteRuleCondition.

Default value: None
pattern
str

The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

Default value: None
ignore_case

Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.

Default value: None
negate

Setting this value as truth will force to check the negation of the condition given by the user.

Default value: None

Variables

Name Description
variable
str

The condition parameter of the RewriteRuleCondition.

pattern
str

The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

ignore_case

Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.

negate

Setting this value as truth will force to check the negation of the condition given by the user.