Interface AvailableEndpointServicesClient


  • public interface AvailableEndpointServicesClient
    An instance of this class provides access to all the operations defined in AvailableEndpointServicesClient.
    • Method Detail

      • listAsync

        com.azure.core.http.rest.PagedFlux<EndpointServiceResultInner> listAsync​(String location)
        List what values of endpoint services are available for use.
        Parameters:
        location - The location to check available endpoint services.
        Returns:
        response for the ListAvailableEndpointServices API service call as paginated response with PagedFlux.
        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

        com.azure.core.http.rest.PagedIterable<EndpointServiceResultInner> list​(String location)
        List what values of endpoint services are available for use.
        Parameters:
        location - The location to check available endpoint services.
        Returns:
        response for the ListAvailableEndpointServices API service call as paginated response with PagedIterable.
        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

        com.azure.core.http.rest.PagedIterable<EndpointServiceResultInner> list​(String location,
                                                                                com.azure.core.util.Context context)
        List what values of endpoint services are available for use.
        Parameters:
        location - The location to check available endpoint services.
        context - The context to associate with this operation.
        Returns:
        response for the ListAvailableEndpointServices API service call as paginated response with PagedIterable.
        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.