MatchCondition 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 MatchCondition.
public MatchCondition (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.MatchVariable> matchVariables, Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator operator, System.Collections.Generic.IEnumerable<string> matchValues);
new Azure.ResourceManager.Network.Models.MatchCondition : seq<Azure.ResourceManager.Network.Models.MatchVariable> * Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator * seq<string> -> Azure.ResourceManager.Network.Models.MatchCondition
Public Sub New (matchVariables As IEnumerable(Of MatchVariable), operator As WebApplicationFirewallOperator, matchValues As IEnumerable(Of String))
Parameters
- matchVariables
- IEnumerable<MatchVariable>
List of match variables.
- operator
- WebApplicationFirewallOperator
The operator to be matched.
- matchValues
- IEnumerable<String>
Match value.
Exceptions
matchVariables
or matchValues
is null.