次の方法で共有


MatchCondition コンストラクター

定義

オーバーロード

MatchCondition()

MatchCondition クラスの新しいインスタンスを初期化します。

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

MatchCondition クラスの新しいインスタンスを初期化します。

MatchCondition()

MatchCondition クラスの新しいインスタンスを初期化します。

public MatchCondition ();
Public Sub New ()

適用対象

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

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)

パラメーター

matchVariables
IList<MatchVariable>

一致変数の一覧。

operatorProperty
WebApplicationFirewallOperator

照合する演算子について説明します。 使用できる値は、'IPMatch'、'Equal'、'Contains'、'LessThan'、'GreaterThan'、'LessThanOrEqual'、'GreaterThanOrEqual'、'BeginsWith'、'EndsWith'、'Regex'、'GeoMatch' です。

matchValues
IList<String>

一致する値。

negationConditon
Nullable<Boolean>

これが否定条件であるかどうかを説明します。

transforms
IList<WebApplicationFirewallTransform>

変換の一覧。

適用対象