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

LegacyPeerings interface

Interface representing a LegacyPeerings.

Methods

list(string, string, LegacyPeeringsListOptionalParams)

Lists all of the legacy peerings under the given subscription matching the specified kind and location.

Method Details

list(string, string, LegacyPeeringsListOptionalParams)

Lists all of the legacy peerings under the given subscription matching the specified kind and location.

function list(peeringLocation: string, kind: string, options?: LegacyPeeringsListOptionalParams): PagedAsyncIterableIterator<Peering, Peering[], PageSettings>

Parameters

peeringLocation

string

The location of the peering.

kind

string

The kind of the peering.

options
LegacyPeeringsListOptionalParams

The options parameters.

Returns