ReceivedRoutes interface

Interface representing a ReceivedRoutes.

Methods

listByPeering(string, string, ReceivedRoutesListByPeeringOptionalParams)

Lists the prefixes received over the specified peering under the given subscription and resource group.

Method Details

listByPeering(string, string, ReceivedRoutesListByPeeringOptionalParams)

Lists the prefixes received over the specified peering under the given subscription and resource group.

function listByPeering(resourceGroupName: string, peeringName: string, options?: ReceivedRoutesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringReceivedRoute, PeeringReceivedRoute[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

peeringName

string

The name of the peering.

options
ReceivedRoutesListByPeeringOptionalParams

The options parameters.

Returns