RouteMapRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A RouteMap Rule.
public class RouteMapRule
type RouteMapRule = class
Public Class RouteMapRule
- Inheritance
-
RouteMapRule
Constructors
RouteMapRule() |
Initializes a new instance of the RouteMapRule class. |
RouteMapRule(String, IList<Criterion>, IList<Action>, String) |
Initializes a new instance of the RouteMapRule class. |
Properties
Actions |
Gets or sets list of actions which will be applied on a match. |
MatchCriteria |
Gets or sets list of matching criterion which will be applied to traffic. |
Name |
Gets or sets the unique name for the rule. |
NextStepIfMatched |
Gets or sets next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'. Possible values include: 'Unknown', 'Continue', 'Terminate' |
Applies to
Azure SDK for .NET