| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
Set the actionSet property: Set of actions to be done as part of the rewrite Rule.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
Set the conditions property: Conditions based on which the action set execution will be evaluated.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withName(String name)
Set the name property: Name of the rewrite rule that is unique within an Application Gateway.
|
ApplicationGatewayRewriteRule |
ApplicationGatewayRewriteRule.withRuleSequence(Integer ruleSequence)
Set the ruleSequence property: Rule Sequence of the rewrite rule that determines the order of execution of a
particular rule in a RewriteRuleSet.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.