ArmNetworkModelFactory.ExpressRouteConnectionList Method
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.
public static Azure.ResourceManager.Network.Models.ExpressRouteConnectionList ExpressRouteConnectionList(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.ExpressRouteConnectionData> value = default);
static member ExpressRouteConnectionList : seq<Azure.ResourceManager.Network.ExpressRouteConnectionData> -> Azure.ResourceManager.Network.Models.ExpressRouteConnectionList
Public Shared Function ExpressRouteConnectionList (Optional value As IEnumerable(Of ExpressRouteConnectionData) = Nothing) As ExpressRouteConnectionList
Parameters
The list of ExpressRoute connections.
Returns
A new ExpressRouteConnectionList instance for mocking.