public class ApplicationGatewayRewriteRuleCondition extends Object
| Constructor and Description |
|---|
ApplicationGatewayRewriteRuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ignoreCase()
Get setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
|
Boolean |
negate()
Get setting this value as truth will force to check the negation of the condition given by the user.
|
String |
pattern()
Get the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
|
String |
variable()
Get the condition parameter of the RewriteRuleCondition.
|
ApplicationGatewayRewriteRuleCondition |
withIgnoreCase(Boolean ignoreCase)
Set setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
|
ApplicationGatewayRewriteRuleCondition |
withNegate(Boolean negate)
Set 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, either fixed string or regular expression, that evaluates the truthfulness of the condition.
|
ApplicationGatewayRewriteRuleCondition |
withVariable(String variable)
Set the condition parameter of the RewriteRuleCondition.
|
public ApplicationGatewayRewriteRuleCondition()
public String variable()
public ApplicationGatewayRewriteRuleCondition withVariable(String variable)
variable - the variable value to setpublic String pattern()
public ApplicationGatewayRewriteRuleCondition withPattern(String pattern)
pattern - the pattern value to setpublic Boolean ignoreCase()
public ApplicationGatewayRewriteRuleCondition withIgnoreCase(Boolean ignoreCase)
ignoreCase - the ignoreCase value to setpublic Boolean negate()
public ApplicationGatewayRewriteRuleCondition withNegate(Boolean negate)
negate - the negate value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/