ApplicationGatewayRewriteRuleArgs

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
val name: Output<String>? = null

Name of the rewrite rule that is unique within an Application Gateway.

Link copied to clipboard
val ruleSequence: Output<Int>? = null

Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayRewriteRuleArgs