Share via


NotebookOperationResult interface

Interface representing a NotebookOperationResult.

Methods

get(string, NotebookOperationResultGetOptionalParams)

Get notebook operation result

Method Details

get(string, NotebookOperationResultGetOptionalParams)

Get notebook operation result

function get(operationId: string, options?: NotebookOperationResultGetOptionalParams): Promise<void>

Parameters

operationId

string

Operation ID.

options
NotebookOperationResultGetOptionalParams

The options parameters.

Returns

Promise<void>