RulesEngineRule(String, Int32, RulesEngineAction) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET