Compartilhar via


MatchCondition Construtores

Definição

Sobrecargas

MatchCondition()

Inicializa uma nova instância da classe MatchCondition.

MatchCondition(IList<MatchVariable>, WebApplicationFirewallOperator, IList<String>, Nullable<Boolean>, IList<WebApplicationFirewallTransform>)

Inicializa uma nova instância da classe MatchCondition.

MatchCondition()

Inicializa uma nova instância da classe MatchCondition.

public MatchCondition ();
Public Sub New ()

Aplica-se a

MatchCondition(IList<MatchVariable>, WebApplicationFirewallOperator, IList<String>, Nullable<Boolean>, IList<WebApplicationFirewallTransform>)

Inicializa uma nova instância da classe MatchCondition.

public MatchCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.MatchVariable> matchVariables, Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallOperator operatorProperty, System.Collections.Generic.IList<string> matchValues, bool? negationConditon = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallTransform> transforms = default);
new Microsoft.Azure.Management.Network.Fluent.Models.MatchCondition : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.MatchVariable> * Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallOperator * System.Collections.Generic.IList<string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallTransform> -> Microsoft.Azure.Management.Network.Fluent.Models.MatchCondition
Public Sub New (matchVariables As IList(Of MatchVariable), operatorProperty As WebApplicationFirewallOperator, matchValues As IList(Of String), Optional negationConditon As Nullable(Of Boolean) = Nothing, Optional transforms As IList(Of WebApplicationFirewallTransform) = Nothing)

Parâmetros

matchVariables
IList<MatchVariable>

Lista de variáveis de correspondência.

operatorProperty
WebApplicationFirewallOperator

Descreve o operador a ser correspondido. Os valores possíveis incluem: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch'

matchValues
IList<String>

Valor de correspondência.

negationConditon
Nullable<Boolean>

Descreve se essa é uma condição negada ou não.

transforms
IList<WebApplicationFirewallTransform>

Lista de transformações.

Aplica-se a