PeeringReceivedRouteListResult interface
The paginated list of received routes for the peering.
Properties
next |
The link to fetch the next page of received routes for the peering. |
value | The list of received routes for the peering. |
Property Details
nextLink
The link to fetch the next page of received routes for the peering.
nextLink?: string
Property Value
string
value
The list of received routes for the peering.
value?: PeeringReceivedRoute[]