次の方法で共有


ExpressRouteConnectionList コンストラクター

定義

オーバーロード

ExpressRouteConnectionList()

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

ExpressRouteConnectionList(IList<ExpressRouteConnection>)

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

ExpressRouteConnectionList()

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

public ExpressRouteConnectionList ();
Public Sub New ()

適用対象

ExpressRouteConnectionList(IList<ExpressRouteConnection>)

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

public ExpressRouteConnectionList (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteConnection> value = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteConnectionList : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteConnection> -> Microsoft.Azure.Management.Network.Models.ExpressRouteConnectionList
Public Sub New (Optional value As IList(Of ExpressRouteConnection) = Nothing)

パラメーター

value
IList<ExpressRouteConnection>

ExpressRoute 接続の一覧。

適用対象