Compartir a través de


CustomRuleMatchCondition Constructor

Definición

Inicializa una nueva instancia de CustomRuleMatchCondition.

public CustomRuleMatchCondition (Azure.ResourceManager.Cdn.Models.WafMatchVariable matchVariable, Azure.ResourceManager.Cdn.Models.MatchOperator matchOperator, System.Collections.Generic.IEnumerable<string> matchValue);
new Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition : Azure.ResourceManager.Cdn.Models.WafMatchVariable * Azure.ResourceManager.Cdn.Models.MatchOperator * seq<string> -> Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition
Public Sub New (matchVariable As WafMatchVariable, matchOperator As MatchOperator, matchValue As IEnumerable(Of String))

Parámetros

matchVariable
WafMatchVariable

Coincide con la variable con la que comparar.

matchOperator
MatchOperator

Describe el operador con que se debe coincidir.

matchValue
IEnumerable<String>

Lista de posibles valores de coincidencia.

Excepciones

matchValue es null.

Se aplica a