| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleCondition |
ApplicationGatewayRewriteRuleCondition.withIgnoreCase(Boolean ignoreCase)
Set setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
|
ApplicationGatewayRewriteRuleCondition |
ApplicationGatewayRewriteRuleCondition.withNegate(Boolean negate)
Set setting this value as truth will force to check the negation of the condition given by the user.
|
ApplicationGatewayRewriteRuleCondition |
ApplicationGatewayRewriteRuleCondition.withPattern(String pattern)
Set the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
|
ApplicationGatewayRewriteRuleCondition |
ApplicationGatewayRewriteRuleCondition.withVariable(String variable)
Set the condition parameter of the RewriteRuleCondition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayRewriteRuleCondition> |
ApplicationGatewayRewriteRule.conditions()
Get conditions based on which the action set execution will be evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
Set conditions based on which the action set execution will be evaluated.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/