ApplicationGatewayRewriteRule Class
Rewrite rule of an application gateway.
- Inheritance
-
ApplicationGatewayRewriteRule
Constructor
ApplicationGatewayRewriteRule(*, name: typing.Union[str, NoneType] = None, rule_sequence: typing.Union[int, NoneType] = None, conditions: typing.Union[typing.List[_ForwardRef('ApplicationGatewayRewriteRuleCondition')], NoneType] = None, action_set: typing.Union[_ForwardRef('ApplicationGatewayRewriteRuleActionSet'), NoneType] = None, **kwargs)
Parameters
- 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
- list[ApplicationGatewayRewriteRuleCondition]
Conditions based on which the action set execution will be evaluated.
- action_set
- ApplicationGatewayRewriteRuleActionSet
Set of actions to be done as part of the rewrite Rule.
Feedback
Submit and view feedback for