Compartilhar via


MatchCondition Construtor

Definição

Inicializa uma nova instância de 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))

Parâmetros

matchVariables
IEnumerable<MatchVariable>

Lista de variáveis de correspondência.

operator
WebApplicationFirewallOperator

O operador a ser correspondido.

matchValues
IEnumerable<String>

Valor de correspondência.

Exceções

matchVariables ou matchValues é nulo.

Aplica-se a