你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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