public final class ApplicationGatewayRewriteRuleCondition extends Object
| Constructor and Description |
|---|
ApplicationGatewayRewriteRuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ignoreCase()
Get the ignoreCase property: Setting this paramter to truth value with force the pattern to do a case
in-sensitive comparison.
|
Boolean |
negate()
Get the negate property: Setting this value as truth will force to check the negation of the condition given by
the user.
|
String |
pattern()
Get the pattern property: The pattern, either fixed string or regular expression, that evaluates the truthfulness
of the condition.
|
void |
validate()
Validates the instance.
|
String |
variable()
Get the variable property: The condition parameter of the RewriteRuleCondition.
|
ApplicationGatewayRewriteRuleCondition |
withIgnoreCase(Boolean ignoreCase)
Set the ignoreCase property: Setting this paramter to truth value with force the pattern to do a case
in-sensitive comparison.
|
ApplicationGatewayRewriteRuleCondition |
withNegate(Boolean negate)
Set the negate property: Setting this value as truth will force to check the negation of the condition given by
the user.
|
ApplicationGatewayRewriteRuleCondition |
withPattern(String pattern)
Set the pattern property: The pattern, either fixed string or regular expression, that evaluates the truthfulness
of the condition.
|
ApplicationGatewayRewriteRuleCondition |
withVariable(String variable)
Set the variable property: The condition parameter of the RewriteRuleCondition.
|
public ApplicationGatewayRewriteRuleCondition()
public String variable()
public ApplicationGatewayRewriteRuleCondition withVariable(String variable)
variable - the variable value to set.public String pattern()
public ApplicationGatewayRewriteRuleCondition withPattern(String pattern)
pattern - the pattern value to set.public Boolean ignoreCase()
public ApplicationGatewayRewriteRuleCondition withIgnoreCase(Boolean ignoreCase)
ignoreCase - the ignoreCase value to set.public Boolean negate()
public ApplicationGatewayRewriteRuleCondition withNegate(Boolean negate)
negate - the negate value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.