Share via


ArmNetworkModelFactory.EffectiveRouteMapRouteList Method

Definition

Initializes a new instance of EffectiveRouteMapRouteList.

public static Azure.ResourceManager.Network.Models.EffectiveRouteMapRouteList EffectiveRouteMapRouteList (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.EffectiveRouteMapRoute> value = default);
static member EffectiveRouteMapRouteList : seq<Azure.ResourceManager.Network.Models.EffectiveRouteMapRoute> -> Azure.ResourceManager.Network.Models.EffectiveRouteMapRouteList
Public Shared Function EffectiveRouteMapRouteList (Optional value As IEnumerable(Of EffectiveRouteMapRoute) = Nothing) As EffectiveRouteMapRouteList

Parameters

value
IEnumerable<EffectiveRouteMapRoute>

The list of Effective RouteMap Routes configured on the connection resource.

Returns

A new EffectiveRouteMapRouteList instance for mocking.

Applies to