次の方法で共有


Criterion コンストラクター

定義

オーバーロード

Criterion()

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

Criterion(IList<String>, IList<String>, IList<String>, String)

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

Criterion()

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

public Criterion ();
Public Sub New ()

適用対象

Criterion(IList<String>, IList<String>, IList<String>, String)

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

public Criterion (System.Collections.Generic.IList<string> routePrefix = default, System.Collections.Generic.IList<string> community = default, System.Collections.Generic.IList<string> asPath = default, string matchCondition = default);
new Microsoft.Azure.Management.Network.Models.Criterion : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.Criterion
Public Sub New (Optional routePrefix As IList(Of String) = Nothing, Optional community As IList(Of String) = Nothing, Optional asPath As IList(Of String) = Nothing, Optional matchCondition As String = Nothing)

パラメーター

routePrefix
IList<String>

この条件が一致するルート プレフィックスの一覧。

community
IList<String>

この条件が一致する BGP コミュニティの一覧。

asPath
IList<String>

この条件が一致する AS パスの一覧。

matchCondition
String

RouteMap ルールを適用する条件を一致させます。 指定できる値は、'Unknown'、'Contains'、'Equals'、'NotContains'、'NotEquals' です。

適用対象