ExpressRouteConnectionList Constructors

Definition

Overloads

ExpressRouteConnectionList()

Initializes a new instance of the ExpressRouteConnectionList class.

ExpressRouteConnectionList(IList<ExpressRouteConnection>)

Initializes a new instance of the ExpressRouteConnectionList class.

ExpressRouteConnectionList()

Initializes a new instance of the ExpressRouteConnectionList class.

public ExpressRouteConnectionList ();
Public Sub New ()

Applies to

ExpressRouteConnectionList(IList<ExpressRouteConnection>)

Initializes a new instance of the ExpressRouteConnectionList class.

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)

Parameters

value
IList<ExpressRouteConnection>

The list of ExpressRoute connections.

Applies to