次の方法で共有


Parameter コンストラクター

定義

オーバーロード

Parameter()

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

Parameter(IList<String>, IList<String>, IList<String>)

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

Parameter()

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

public Parameter ();
Public Sub New ()

適用対象

Parameter(IList<String>, IList<String>, IList<String>)

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

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

パラメーター

routePrefix
IList<String>

ルート プレフィックスの一覧。

community
IList<String>

BGP コミュニティの一覧。

asPath
IList<String>

AS パスの一覧。

適用対象