Interface ExpressRouteProviderPortsLocationsClient


public interface ExpressRouteProviderPortsLocationsClient
An instance of this class provides access to all the operations defined in ExpressRouteProviderPortsLocationsClient.
  • 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 Response on successful completion of Mono.
      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

      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.