Class NotebookOperationResultClient


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

      • 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.