IExpressRoutePortsLocationsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |