Class NotebookOperationResultAsyncClient

java.lang.Object
com.azure.analytics.synapse.artifacts.NotebookOperationResultAsyncClient

public final class NotebookOperationResultAsyncClient extends Object
Initializes a new instance of the asynchronous ArtifactsClient type.
  • Method Details

    • getWithResponse

      public Mono<com.azure.core.http.rest.Response<Void>> getWithResponse(String operationId)
      Get notebook operation result.
      Parameters:
      operationId - Operation ID.
      Returns:
      notebook operation result along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      public Mono<Void> get(String operationId)
      Get notebook operation result.
      Parameters:
      operationId - Operation ID.
      Returns:
      notebook operation result on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.