public class ApplicationGatewayRewriteRule extends Object
| Constructor and Description |
|---|
ApplicationGatewayRewriteRule() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleActionSet |
actionSet()
Get set of actions to be done as part of the rewrite Rule.
|
List<ApplicationGatewayRewriteRuleCondition> |
conditions()
Get conditions based on which the action set execution will be evaluated.
|
String |
name()
Get name of the rewrite rule that is unique within an Application Gateway.
|
Integer |
ruleSequence()
Get rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.
|
ApplicationGatewayRewriteRule |
withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
Set set of actions to be done as part of the rewrite Rule.
|
ApplicationGatewayRewriteRule |
withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
Set conditions based on which the action set execution will be evaluated.
|
ApplicationGatewayRewriteRule |
withName(String name)
Set name of the rewrite rule that is unique within an Application Gateway.
|
ApplicationGatewayRewriteRule |
withRuleSequence(Integer ruleSequence)
Set rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.
|
public String name()
public ApplicationGatewayRewriteRule withName(String name)
name - the name value to setpublic Integer ruleSequence()
public ApplicationGatewayRewriteRule withRuleSequence(Integer ruleSequence)
ruleSequence - the ruleSequence value to setpublic List<ApplicationGatewayRewriteRuleCondition> conditions()
public ApplicationGatewayRewriteRule withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
conditions - the conditions value to setpublic ApplicationGatewayRewriteRuleActionSet actionSet()
public ApplicationGatewayRewriteRule withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
actionSet - the actionSet 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.
*/