ApplicationGatewayRewriteRuleCondition Class
Set of conditions in the Rewrite Rule in Application Gateway.
- Inheritance
-
ApplicationGatewayRewriteRuleCondition
Constructor
ApplicationGatewayRewriteRuleCondition(*, variable: typing.Union[str, NoneType] = None, pattern: typing.Union[str, NoneType] = None, ignore_case: typing.Union[bool, NoneType] = None, negate: typing.Union[bool, NoneType] = None, **kwargs)
Parameters
- 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
- bool
Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
- negate
- bool
Setting this value as truth will force to check the negation of the condition given by the user.
Feedback
Submit and view feedback for