ExpressRoutePortsLocationsOperations interface

Interface representing a ExpressRoutePortsLocations operations.

Properties

get

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

list

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.

Property Details

get

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

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

Property Value

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

list

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.

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

Property Value

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