Class NotebookOperationResultClient

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

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

    • get

      public void get(String operationId)
      Get notebook operation result.
      Parameters:
      operationId - Operation ID.
      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.
    • getWithResponse

      public com.azure.core.http.rest.Response<Void> getWithResponse(String operationId, com.azure.core.util.Context context)
      Get notebook operation result.
      Parameters:
      operationId - Operation ID.
      context - The context to associate with this operation.
      Returns:
      notebook operation result along with Response.
      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.