ApplicationGatewayRewriteRule interface

Rewrite rule of an application gateway.

Properties

actionSet

Set of actions to be done as part of the rewrite Rule.

conditions

Conditions based on which the action set execution will be evaluated.

name

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

ruleSequence

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

Property Details

actionSet

Set of actions to be done as part of the rewrite Rule.

actionSet?: ApplicationGatewayRewriteRuleActionSet

Property Value

conditions

Conditions based on which the action set execution will be evaluated.

conditions?: ApplicationGatewayRewriteRuleCondition[]

Property Value

name

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

name?: string

Property Value

string

ruleSequence

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

ruleSequence?: number

Property Value

number