ExpressRoutePortsLocations interface

Interface representing a ExpressRoutePortsLocations.

Methods

get(string, ExpressRoutePortsLocationsGetOptionalParams)

Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.

list(ExpressRoutePortsLocationsListOptionalParams)

Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.

Method Details

get(string, ExpressRoutePortsLocationsGetOptionalParams)

Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.

function get(locationName: string, options?: ExpressRoutePortsLocationsGetOptionalParams): Promise<ExpressRoutePortsLocation>

Parameters

locationName

string

Name of the requested ExpressRoutePort peering location.

options
ExpressRoutePortsLocationsGetOptionalParams

The options parameters.

Returns

list(ExpressRoutePortsLocationsListOptionalParams)

Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.

function list(options?: ExpressRoutePortsLocationsListOptionalParams): PagedAsyncIterableIterator<ExpressRoutePortsLocation, ExpressRoutePortsLocation[], PageSettings>

Parameters

options
ExpressRoutePortsLocationsListOptionalParams

The options parameters.

Returns