IExpressRoutePortsLocationsOperations Interface

Definition

ExpressRoutePortsLocationsOperations operations.

public interface IExpressRoutePortsLocationsOperations
type IExpressRoutePortsLocationsOperations = interface
Public Interface IExpressRoutePortsLocationsOperations

Methods

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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.

Extension Methods

GetAsync(IExpressRoutePortsLocationsOperations, String, CancellationToken)

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

ListAsync(IExpressRoutePortsLocationsOperations, CancellationToken)

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.

ListNextAsync(IExpressRoutePortsLocationsOperations, String, CancellationToken)

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.

Applies to