Delen via


RunNotebook interface

Interface die een RunNotebook vertegenwoordigt.

Methoden

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Notebook uitvoeren

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Notebook uitvoeren

cancelRun(string, RunNotebookCancelRunOptionalParams)

Notitieblokuitvoering annuleren.

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

RunNotebook Snapshot ophalen voor run-id.

getStatus(string, RunNotebookGetStatusOptionalParams)

RunNotebookstatus ophalen voor run-id.

Methodedetails

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Notebook uitvoeren

function beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>

Parameters

runId

string

Notebook run-id. Voor Create Run kunt u een nieuwe GUID genereren en deze hier gebruiken. Voor andere acties is dit dezelfde id die wordt gebruikt in Uitvoering maken.

runNotebookRequest
RunNotebookRequest

Voer de nettolading van notebookaanvragen uit.

options
RunNotebookCreateRunOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Notebook uitvoeren

function beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>

Parameters

runId

string

Notebook run-id. Voor Create Run kunt u een nieuwe GUID genereren en deze hier gebruiken. Voor andere acties is dit dezelfde id die wordt gebruikt in Uitvoering maken.

runNotebookRequest
RunNotebookRequest

Voer de nettolading van notebookaanvragen uit.

options
RunNotebookCreateRunOptionalParams

De optiesparameters.

Retouren

cancelRun(string, RunNotebookCancelRunOptionalParams)

Notitieblokuitvoering annuleren.

function cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookResponse>

Parameters

runId

string

Notebook run-id. Voor Create Run kunt u een nieuwe GUID genereren en deze hier gebruiken. Voor andere acties is dit dezelfde id die wordt gebruikt in Uitvoering maken.

options
RunNotebookCancelRunOptionalParams

De optiesparameters.

Retouren

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

RunNotebook Snapshot ophalen voor run-id.

function getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookSnapshotResponse>

Parameters

runId

string

Notebook run-id. Voor Create Run kunt u een nieuwe GUID genereren en deze hier gebruiken. Voor andere acties is dit dezelfde id die wordt gebruikt in Uitvoering maken.

options
RunNotebookGetSnapshotOptionalParams

De optiesparameters.

Retouren

getStatus(string, RunNotebookGetStatusOptionalParams)

RunNotebookstatus ophalen voor run-id.

function getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookResponse>

Parameters

runId

string

Notebook run-id. Voor Create Run kunt u een nieuwe GUID genereren en deze hier gebruiken. Voor andere acties is dit dezelfde id die wordt gebruikt in Uitvoering maken.

options
RunNotebookGetStatusOptionalParams

De optiesparameters.

Retouren