| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
Set set of actions to be done as part of the rewrite Rule.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
Set conditions based on which the action set execution will be evaluated.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withName(String name)
Set name of the rewrite rule that is unique within an Application Gateway.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withRuleSequence(Integer ruleSequence)
Set rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayRewriteRule> |
ApplicationGatewayRewriteRuleSet.rewriteRules()
Get rewrite rules in the rewrite rule set.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleSet |
ApplicationGatewayRewriteRuleSet.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
Set rewrite rules in the rewrite rule set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/