FrontDoorManagedRuleSetException 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 FrontDoorManagedRuleSetException.
public FrontDoorManagedRuleSetException(Azure.ResourceManager.FrontDoor.Models.ExceptionMatchVariable matchVariable, Azure.ResourceManager.FrontDoor.Models.ExceptionValueMatchOperator valueMatchOperator, System.Collections.Generic.IEnumerable<string> matchValues, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetScope> scopes);
new Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetException : Azure.ResourceManager.FrontDoor.Models.ExceptionMatchVariable * Azure.ResourceManager.FrontDoor.Models.ExceptionValueMatchOperator * seq<string> * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetScope> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorManagedRuleSetException
Public Sub New (matchVariable As ExceptionMatchVariable, valueMatchOperator As ExceptionValueMatchOperator, matchValues As IEnumerable(Of String), scopes As IEnumerable(Of FrontDoorManagedRuleSetScope))
Parameters
- matchVariable
- ExceptionMatchVariable
The variable to be evaluated for excluding the request.
- valueMatchOperator
- ExceptionValueMatchOperator
Comparison operator to apply to the value to be matched.
- matchValues
- IEnumerable<String>
List of values to be matched with.
Scope(s) of the exception.
Exceptions
matchValues or scopes is null.