ArmNetworkModelFactory.ExpressRouteFailoverRedundantRoute 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.
Initializes a new instance of ExpressRouteFailoverRedundantRoute.
public static Azure.ResourceManager.Network.Models.ExpressRouteFailoverRedundantRoute ExpressRouteFailoverRedundantRoute (System.Collections.Generic.IEnumerable<string> peeringLocations = default, System.Collections.Generic.IEnumerable<string> routes = default);
static member ExpressRouteFailoverRedundantRoute : seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.ExpressRouteFailoverRedundantRoute
Public Shared Function ExpressRouteFailoverRedundantRoute (Optional peeringLocations As IEnumerable(Of String) = Nothing, Optional routes As IEnumerable(Of String) = Nothing) As ExpressRouteFailoverRedundantRoute
Parameters
- peeringLocations
- IEnumerable<String>
A list of all the peering locations for the redundant routes.
- routes
- IEnumerable<String>
A list of all the redundant routes in the peering locations.
Returns
A new ExpressRouteFailoverRedundantRoute instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET