다음을 통해 공유


RulesEngineRule(String, Int32, RulesEngineAction) Constructor

Definition

Initializes a new instance of RulesEngineRule.

public RulesEngineRule (string name, int priority, Azure.ResourceManager.FrontDoor.Models.RulesEngineAction action);
new Azure.ResourceManager.FrontDoor.Models.RulesEngineRule : string * int * Azure.ResourceManager.FrontDoor.Models.RulesEngineAction -> Azure.ResourceManager.FrontDoor.Models.RulesEngineRule
Public Sub New (name As String, priority As Integer, action As RulesEngineAction)

Parameters

name
String

A name to refer to this specific rule.

priority
Int32

A priority assigned to this rule.

action
RulesEngineAction

Actions to perform on the request and response if all of the match conditions are met.

Exceptions

name or action is null.

Applies to