PeerExpressRouteCircuitConnectionListResult interface
Response for ListPeeredConnections API service call retrieves all global reach peer circuit 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 peer circuit 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 peer circuit connection associated with Private Peering in an ExpressRoute Circuit.
value?: PeerExpressRouteCircuitConnection[]