NotebookOperationResultAsyncClient Class

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

public final class NotebookOperationResultAsyncClient

Initializes a new instance of the asynchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
Mono<Void> get(String operationId)

Get notebook operation result.

Mono<Response<Void>> getWithResponse(String operationId)

Get notebook operation result.

Methods inherited from java.lang.Object

Method Details

get

public Mono get(String operationId)

Get notebook operation result.

Parameters:

operationId - Operation ID.

Returns:

notebook operation result on successful completion of Mono.

getWithResponse

public Mono<>> getWithResponse(String operationId)

Get notebook operation result.

Parameters:

operationId - Operation ID.

Returns:

notebook operation result along with Response<T> on successful completion of Mono.

Applies to