RouteMapRule Class  
A RouteMap Rule.
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. Default value: None 
			 | 
| 
		 match_criteria 
	 | 
	
		
		 List of matching criterion which will be applied to traffic. Default value: None 
			 | 
| 
		 actions 
	 | 
	
		
		 List of actions which will be applied on a match. Default value: None 
			 | 
| 
		 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". Default value: None 
			 | 
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".  |