ApplicationGatewayRewriteRuleCondition interface
Set of conditions in the Rewrite Rule in Application Gateway.
Properties
ignore |
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. |
pattern | The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition. |
variable | The condition parameter of the RewriteRuleCondition. |
Property Details
ignoreCase
Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.
ignoreCase?: boolean
Property Value
boolean
negate
Setting this value as truth will force to check the negation of the condition given by the user.
negate?: boolean
Property Value
boolean
pattern
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
pattern?: string
Property Value
string
variable
The condition parameter of the RewriteRuleCondition.
variable?: string
Property Value
string