ApplicationGatewayRewriteRuleResponse

data class ApplicationGatewayRewriteRuleResponse(val actionSet: ApplicationGatewayRewriteRuleActionSetResponse? = null, val conditions: List<ApplicationGatewayRewriteRuleConditionResponse>? = null, val name: String? = null, val ruleSequence: Int? = null)

Rewrite rule of an application gateway.

Constructors

Link copied to clipboard
constructor(actionSet: ApplicationGatewayRewriteRuleActionSetResponse? = null, conditions: List<ApplicationGatewayRewriteRuleConditionResponse>? = null, name: String? = null, ruleSequence: Int? = null)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard
val ruleSequence: Int? = null

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