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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET