RouteMapRule Class
A RouteMap Rule.
- Inheritance
-
azure.mgmt.network._serialization.ModelRouteMapRule
Constructor
RouteMapRule(*, name: str | None = None, match_criteria: List[_models.Criterion] | None = None, actions: List[_models.Action] | None = None, next_step_if_matched: str | _models.NextStep | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The unique name for the rule. |
match_criteria
|
List of matching criterion which will be applied to traffic. |
actions
|
List of actions which will be applied on a match. |
next_step_if_matched
|
Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. Known values are: "Unknown", "Continue", "Terminate", and "Continue". |
Variables
Name | Description |
---|---|
name
|
The unique name for the rule. |
match_criteria
|
List of matching criterion which will be applied to traffic. |
actions
|
List of actions which will be applied on a match. |
next_step_if_matched
|
Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. Known values are: "Unknown", "Continue", "Terminate", and "Continue". |
Azure SDK for Python