Compartilhar via


ApplicationGatewayRewriteRuleCondition Class

Set of conditions in the Rewrite Rule in Application Gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayRewriteRuleCondition

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.

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.

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.