Application Gateway Rewrite Rule Args
data class ApplicationGatewayRewriteRuleArgs(val actionSet: Output<ApplicationGatewayRewriteRuleActionSetArgs>? = null, val conditions: Output<List<ApplicationGatewayRewriteRuleConditionArgs>>? = null, val name: Output<String>? = null, val ruleSequence: Output<Int>? = null) : ConvertibleToJava<ApplicationGatewayRewriteRuleArgs>
Rewrite rule of an application gateway.
Constructors
Link copied to clipboard
constructor(actionSet: Output<ApplicationGatewayRewriteRuleActionSetArgs>? = null, conditions: Output<List<ApplicationGatewayRewriteRuleConditionArgs>>? = null, name: Output<String>? = null, ruleSequence: Output<Int>? = null)
Properties
Link copied to clipboard
Set of actions to be done as part of the rewrite Rule.
Link copied to clipboard
Conditions based on which the action set execution will be evaluated.
Link copied to clipboard
Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.