ExpressRouteConnectionListInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpressRouteConnectionListInner() |
Initializes a new instance of the ExpressRouteConnectionListInner class. |
ExpressRouteConnectionListInner(IList<ExpressRouteConnectionInner>) |
Initializes a new instance of the ExpressRouteConnectionListInner class. |
ExpressRouteConnectionListInner()
Initializes a new instance of the ExpressRouteConnectionListInner class.
public ExpressRouteConnectionListInner ();
Public Sub New ()
Applies to
ExpressRouteConnectionListInner(IList<ExpressRouteConnectionInner>)
Initializes a new instance of the ExpressRouteConnectionListInner class.
public ExpressRouteConnectionListInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner> value = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionListInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionListInner
Public Sub New (Optional value As IList(Of ExpressRouteConnectionInner) = Nothing)
Parameters
- value
- IList<ExpressRouteConnectionInner>
The list of ExpressRoute connections.