Interface ExpressRouteProviderPortsLocationsClient
public interface ExpressRouteProviderPortsLocationsClient
An instance of this class provides access to all the operations defined in ExpressRouteProviderPortsLocationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionlist()Retrieves all the ExpressRouteProviderPorts in a subscription.Retrieves all the ExpressRouteProviderPorts in a subscription.com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner> listWithResponse(String filter, com.azure.core.util.Context context) Retrieves all the ExpressRouteProviderPorts in a subscription.Mono<com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner>> listWithResponseAsync(String filter) Retrieves all the ExpressRouteProviderPorts in a subscription.
-
Method Details
-
listWithResponseAsync
Mono<com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner>> listWithResponseAsync(String filter) Retrieves all the ExpressRouteProviderPorts in a subscription.- Parameters:
filter- The filter to apply on the operation. For example, you can use $filter=location eq '{state}'.- Returns:
- response for ListExpressRouteProviderPort API service call along with
Responseon successful completion ofMono. - Throws:
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.
-
listAsync
Mono<ExpressRouteProviderPortListResultInner> listAsync()Retrieves all the ExpressRouteProviderPorts in a subscription.- Returns:
- response for ListExpressRouteProviderPort API service call on successful completion of
Mono. - Throws:
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.
-
listWithResponse
com.azure.core.http.rest.Response<ExpressRouteProviderPortListResultInner> listWithResponse(String filter, com.azure.core.util.Context context) Retrieves all the ExpressRouteProviderPorts in a subscription.- Parameters:
filter- The filter to apply on the operation. For example, you can use $filter=location eq '{state}'.context- The context to associate with this operation.- Returns:
- response for ListExpressRouteProviderPort API service call along with
Response. - Throws:
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.
-
list
Retrieves all the ExpressRouteProviderPorts in a subscription.- Returns:
- response for ListExpressRouteProviderPort API service call.
- Throws:
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.
-