ExpressRouteCircuitPeeringListResult interface
Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCircuit.
Properties
next |
The URL to get the next set of results. |
value | The peerings in an express route circuit. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
The peerings in an express route circuit.
value?: ExpressRouteCircuitPeering[]