public interface ExpressRoutePortsLocationsClient
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePortsLocationInner |
get(String locationName)
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at
said peering location.
|
Mono<ExpressRoutePortsLocationInner> |
getAsync(String locationName)
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at
said peering location.
|
com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner> |
getWithResponse(String locationName,
com.azure.core.util.Context context)
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at
said peering location.
|
Mono<com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner>> |
getWithResponseAsync(String locationName)
Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at
said peering location.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> |
list()
Retrieves all ExpressRoutePort peering locations.
|
com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> |
list(com.azure.core.util.Context context)
Retrieves all ExpressRoutePort peering locations.
|
com.azure.core.http.rest.PagedFlux<ExpressRoutePortsLocationInner> |
listAsync()
Retrieves all ExpressRoutePort peering locations.
|
com.azure.core.http.rest.PagedFlux<ExpressRoutePortsLocationInner> listAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> list()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ExpressRoutePortsLocationInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner>> getWithResponseAsync(String locationName)
locationName - Name of the requested ExpressRoutePort peering location.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ExpressRoutePortsLocationInner> getAsync(String locationName)
locationName - Name of the requested ExpressRoutePort peering location.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ExpressRoutePortsLocationInner get(String locationName)
locationName - Name of the requested ExpressRoutePort peering location.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ExpressRoutePortsLocationInner> getWithResponse(String locationName, com.azure.core.util.Context context)
locationName - Name of the requested ExpressRoutePort peering location.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.