ExpressRoutePortsLocationsClient Interface
public interface ExpressRoutePortsLocationsClient
An instance of this class provides access to all the operations defined in ExpressRoutePortsLocationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Express |
get(String locationName)
Retrieves a single Express |
abstract
Mono<Express |
getAsync(String locationName)
Retrieves a single Express |
abstract
Response<Express |
getWithResponse(String locationName, Context context)
Retrieves a single Express |
abstract
Mono<Response<Express |
getWithResponseAsync(String locationName)
Retrieves a single Express |
abstract
Paged |
list()
Retrieves all Express |
abstract
Paged |
list(Context context)
Retrieves all Express |
abstract
Paged |
listAsync()
Retrieves all Express |
Method Details
get
public abstract ExpressRoutePortsLocationInner get(String locationName)
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Returns:
Applies to
Azure SDK for Java