ApplicationGatewayRewriteRuleCondition Class
Set of conditions in the Rewrite Rule in Application Gateway.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayRewriteRuleCondition
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
|
The condition parameter of the RewriteRuleCondition. |
pattern
|
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
|
The condition parameter of the RewriteRuleCondition. |
pattern
|
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. |
Azure SDK for Python