Share via


ApplicationGatewayRewriteRule Class

Rewrite rule of an application gateway.

Constructor

ApplicationGatewayRewriteRule(*, name: str | None = None, rule_sequence: int | None = None, conditions: List[_models.ApplicationGatewayRewriteRuleCondition] | None = None, action_set: _models.ApplicationGatewayRewriteRuleActionSet | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

Default value: None
rule_sequence
int

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

Default value: None
conditions

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

Default value: None
action_set

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

Default value: None

Variables

Name Description
name
str

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

rule_sequence
int

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

conditions

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

action_set

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