ArmNetworkModelFactory.ExpressRouteLinkFailoverRoute 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.ExpressRouteLinkFailoverRoute ExpressRouteLinkFailoverRoute(string route = default, string nextHop = default, string primaryASPath = default, string secondaryASPath = default);
static member ExpressRouteLinkFailoverRoute : string * string * string * string -> Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverRoute
Public Shared Function ExpressRouteLinkFailoverRoute (Optional route As String = Nothing, Optional nextHop As String = Nothing, Optional primaryASPath As String = Nothing, Optional secondaryASPath As String = Nothing) As ExpressRouteLinkFailoverRoute
Parameters
- route
- String
The route.
- nextHop
- String
The next hop.
- primaryASPath
- String
The AS path for primary link.
- secondaryASPath
- String
The AS path for secondary link.
Returns
A new ExpressRouteLinkFailoverRoute instance for mocking.