ExpressRouteLinkFailoverRoute interface
Represents a failover route for an ExpressRoute link.
Properties
| next |
The next hop. |
| primary |
The AS path for primary link. |
| route | The route. |
| secondary |
The AS path for secondary link. |
Property Details
nextHop
The next hop.
nextHop?: string
Property Value
string
primaryASPath
The AS path for primary link.
primaryASPath?: string
Property Value
string
route
The route.
route?: string
Property Value
string
secondaryASPath
The AS path for secondary link.
secondaryASPath?: string
Property Value
string