RouteMapRule interface
A RouteMap Rule.
Properties
| actions | List of actions which will be applied on a match. |
| match |
List of matching criterion which will be applied to traffic. |
| name | The unique name for the rule. |
| next |
Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. |
Property Details
actions
matchCriteria
List of matching criterion which will be applied to traffic.
matchCriteria?: Criterion[]
Property Value
name
The unique name for the rule.
name?: string
Property Value
string
nextStepIfMatched
Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.
nextStepIfMatched?: string
Property Value
string