次の方法で共有


PeeringLocations interface

Interface representing a PeeringLocations.

Methods

list(string, PeeringLocationsListOptionalParams)

Lists all of the available peering locations for the specified kind of peering.

Method Details

list(string, PeeringLocationsListOptionalParams)

Lists all of the available peering locations for the specified kind of peering.

function list(kind: string, options?: PeeringLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringLocation, PeeringLocation[], PageSettings>

Parameters

kind

string

The kind of the peering.

options
PeeringLocationsListOptionalParams

The options parameters.

Returns