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