Partager via


MatchCondition Constructeurs

Définition

Surcharges

MatchCondition()

Initialise une nouvelle instance de la classe MatchCondition.

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

Initialise une nouvelle instance de la classe MatchCondition.

MatchCondition()

Initialise une nouvelle instance de la classe MatchCondition.

public MatchCondition ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

matchVariables
IList<MatchVariable>

Liste des variables de correspondance.

operatorProperty
WebApplicationFirewallOperator

Décrit l’opérateur à mettre en correspondance. Les valeurs possibles sont les suivantes : « IPMatch », « Equal », « Contains », « LessThan », « GreaterThan », « LessThanOrEqual », « GreaterThanOrEqual », « BeginsWith », « EndsWith », « Regex », « GeoMatch »

matchValues
IList<String>

Valeur de correspondance.

negationConditon
Nullable<Boolean>

Indique s’il s’agit d’une condition négation ou non.

transforms
IList<WebApplicationFirewallTransform>

Liste des transformations.

S’applique à