Share via


RouteMapRule Class

Definition

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