Partager via


NotebookOperationResult interface

Interface représentant un NotebookOperationResult.

Méthodes

get(string, NotebookOperationResultGetOptionalParams)

Obtenir le résultat de l’opération de notebook

Détails de la méthode

get(string, NotebookOperationResultGetOptionalParams)

Obtenir le résultat de l’opération de notebook

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

Paramètres

operationId

string

ID d’opération.

options
NotebookOperationResultGetOptionalParams

Paramètres d’options.

Retours

Promise<void>