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

    • list

      Lists all of the available Data Lake Analytics REST API operations.
      Returns:
      the OperationListResult object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listAsync

      com.microsoft.rest.ServiceFuture<OperationListResult> listAsync(com.microsoft.rest.ServiceCallback<OperationListResult> serviceCallback)
      Lists all of the available Data Lake Analytics REST API operations.
      Parameters:
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listAsync

      rx.Observable<OperationListResult> listAsync()
      Lists all of the available Data Lake Analytics REST API operations.
      Returns:
      the observable to the OperationListResult object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<OperationListResult>> listWithServiceResponseAsync()
      Lists all of the available Data Lake Analytics REST API operations.
      Returns:
      the observable to the OperationListResult object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation