MatchCondition Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MatchCondition() |
Initialisiert eine neue instance der MatchCondition-Klasse. |
MatchCondition(IList<MatchVariable>, WebApplicationFirewallOperator, IList<String>, Nullable<Boolean>, IList<WebApplicationFirewallTransform>) |
Initialisiert eine neue instance der MatchCondition-Klasse. |
MatchCondition()
Initialisiert eine neue instance der MatchCondition-Klasse.
public MatchCondition ();
Public Sub New ()
Gilt für:
MatchCondition(IList<MatchVariable>, WebApplicationFirewallOperator, IList<String>, Nullable<Boolean>, IList<WebApplicationFirewallTransform>)
Initialisiert eine neue instance der MatchCondition-Klasse.
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)
Parameter
- matchVariables
- IList<MatchVariable>
Liste der Übereinstimmungsvariablen.
- operatorProperty
- WebApplicationFirewallOperator
Beschreibt den abzugleichenden Operator. Mögliche Werte: "IPMatch", "Equal", "Contains", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "BeginsWith", "EndsWith", "Regex", "GeoMatch"
- transforms
- IList<WebApplicationFirewallTransform>
Liste der Transformationen.
Gilt für:
Azure SDK for .NET