Compartilhar via


RulesEngineMatchCondition Construtor

Definição

Inicializa uma nova instância de RulesEngineMatchCondition.

public RulesEngineMatchCondition (Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchVariable rulesEngineMatchVariable, Azure.ResourceManager.FrontDoor.Models.RulesEngineOperator rulesEngineOperator, System.Collections.Generic.IEnumerable<string> rulesEngineMatchValue);
new Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchCondition : Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchVariable * Azure.ResourceManager.FrontDoor.Models.RulesEngineOperator * seq<string> -> Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchCondition
Public Sub New (rulesEngineMatchVariable As RulesEngineMatchVariable, rulesEngineOperator As RulesEngineOperator, rulesEngineMatchValue As IEnumerable(Of String))

Parâmetros

rulesEngineMatchVariable
RulesEngineMatchVariable

Variável de correspondência.

rulesEngineOperator
RulesEngineOperator

Descreve o operador a ser aplicado à condição de correspondência.

rulesEngineMatchValue
IEnumerable<String>

Corresponder valores a serem correspondidos. O operador será aplicado a cada valor aqui com semântica OR. Se qualquer um deles corresponder à variável com o operador fornecido, essa condição de correspondência será considerada uma correspondência.

Exceções

rulesEngineMatchValue é nulo.

Aplica-se a