ApplicationGatewayRewriteRule Class
Rewrite rule of an application gateway.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayRewriteRule
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
|
Name of the rewrite rule that is unique within an Application Gateway. |
rule_sequence
|
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
|
Name of the rewrite rule that is unique within an Application Gateway. |
rule_sequence
|
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. |
Azure SDK for Python