ExpressRoutePortsLocations interface
Interface representing a ExpressRoutePortsLocations.
Methods
get(string, Express |
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location. |
list(Express |
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.
The options parameters.
Returns
Promise<ExpressRoutePortsLocation>
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
The options parameters.