MatchCondition コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MatchCondition() |
MatchCondition クラスの新しいインスタンスを初期化します。 |
MatchCondition(IList<MatchVariable>, String, IList<String>, Nullable<Boolean>, IList<String>) |
MatchCondition クラスの新しいインスタンスを初期化します。 |
MatchCondition()
MatchCondition クラスの新しいインスタンスを初期化します。
public MatchCondition ();
Public Sub New ()
適用対象
MatchCondition(IList<MatchVariable>, String, IList<String>, Nullable<Boolean>, IList<String>)
MatchCondition クラスの新しいインスタンスを初期化します。
public MatchCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.MatchVariable> matchVariables, string operatorProperty, System.Collections.Generic.IList<string> matchValues, bool? negationConditon = default, System.Collections.Generic.IList<string> transforms = default);
new Microsoft.Azure.Management.Network.Models.MatchCondition : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.MatchVariable> * string * System.Collections.Generic.IList<string> * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.MatchCondition
Public Sub New (matchVariables As IList(Of MatchVariable), operatorProperty As String, matchValues As IList(Of String), Optional negationConditon As Nullable(Of Boolean) = Nothing, Optional transforms As IList(Of String) = Nothing)
パラメーター
- matchVariables
- IList<MatchVariable>
一致変数の一覧。
- operatorProperty
- String
照合する演算子。 使用できる値は、'IPMatch'、'Equal'、'Contains'、'LessThan'、'GreaterThan'、'LessThanOrEqual'、'GreaterThanOrEqual'、'BeginsWith'、'EndsWith'、'Regex'、'GeoMatch'、'Any' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET