Compartilhar via


ApplicationGatewayRewriteRule Class

Rewrite rule of an application gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayRewriteRule

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.

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.

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.