ExpressRouteCircuitConnectionListResult interface
Response for ListConnections API service call retrieves all global reach connections that belongs to a Private Peering for an ExpressRouteCircuit.
Properties
next |
The URL to get the next set of results. |
value | The global reach connection associated with Private Peering in an ExpressRoute Circuit. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The global reach connection associated with Private Peering in an ExpressRoute Circuit.
value?: ExpressRouteCircuitConnection[]