ExpressRoutePortsLocationsOperationsExtensions Class
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.
Extension methods for ExpressRoutePortsLocationsOperations.
public static class ExpressRoutePortsLocationsOperationsExtensions
type ExpressRoutePortsLocationsOperationsExtensions = class
Public Module ExpressRoutePortsLocationsOperationsExtensions
- Inheritance
-
ExpressRoutePortsLocationsOperationsExtensions
Methods
Get(IExpressRoutePortsLocationsOperations, String) |
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location. |
GetAsync(IExpressRoutePortsLocationsOperations, String, CancellationToken) |
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location. |
List(IExpressRoutePortsLocationsOperations) |
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. |
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. |
ListNext(IExpressRoutePortsLocationsOperations, String) |
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
Azure SDK for .NET