public final class ApplicationGatewayRewriteRule extends Object
| Constructor and Description |
|---|
ApplicationGatewayRewriteRule() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRewriteRuleActionSet |
actionSet()
Get the actionSet property: Set of actions to be done as part of the rewrite Rule.
|
List<ApplicationGatewayRewriteRuleCondition> |
conditions()
Get the conditions property: Conditions based on which the action set execution will be evaluated.
|
String |
name()
Get the name property: Name of the rewrite rule that is unique within an Application Gateway.
|
Integer |
ruleSequence()
Get the ruleSequence property: Rule Sequence of the rewrite rule that determines the order of execution of a
particular rule in a RewriteRuleSet.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayRewriteRule |
withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
Set the actionSet property: Set of actions to be done as part of the rewrite Rule.
|
ApplicationGatewayRewriteRule |
withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
Set the conditions property: Conditions based on which the action set execution will be evaluated.
|
ApplicationGatewayRewriteRule |
withName(String name)
Set the name property: Name of the rewrite rule that is unique within an Application Gateway.
|
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.
|
public String name()
public ApplicationGatewayRewriteRule withName(String name)
name - the name value to set.public Integer ruleSequence()
public ApplicationGatewayRewriteRule withRuleSequence(Integer ruleSequence)
ruleSequence - the ruleSequence value to set.public List<ApplicationGatewayRewriteRuleCondition> conditions()
public ApplicationGatewayRewriteRule withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)
conditions - the conditions value to set.public ApplicationGatewayRewriteRuleActionSet actionSet()
public ApplicationGatewayRewriteRule withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)
actionSet - the actionSet value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.