Aracılığıyla paylaş


RunNotebook interface

RunNotebook'u temsil eden arabirim.

Yöntemler

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Not defterini çalıştırma

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Not defterini çalıştırma

cancelRun(string, RunNotebookCancelRunOptionalParams)

Not defteri çalıştırmayı iptal etme.

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

Çalıştırma kimliği için RunNotebook Anlık Görüntüsü alın.

getStatus(string, RunNotebookGetStatusOptionalParams)

Çalıştırma kimliği için RunNotebook Durumu'nu alın.

Yöntem Ayrıntıları

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Not defterini çalıştırma

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

Parametreler

runId

string

Not defteri çalıştırma kimliği. Create Run için yeni bir GUID oluşturabilir ve burada kullanabilirsiniz. Diğer eylemler için bu, Çalıştırma Oluştur'da kullanılan kimlikle aynıdır.

runNotebookRequest
RunNotebookRequest

Not defteri isteği yükünü çalıştırın.

options
RunNotebookCreateRunOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Not defterini çalıştırma

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

Parametreler

runId

string

Not defteri çalıştırma kimliği. Create Run için yeni bir GUID oluşturabilir ve burada kullanabilirsiniz. Diğer eylemler için bu, Çalıştırma Oluştur'da kullanılan kimlikle aynıdır.

runNotebookRequest
RunNotebookRequest

Not defteri isteği yükünü çalıştırın.

options
RunNotebookCreateRunOptionalParams

Seçenekler parametreleri.

Döndürülenler

cancelRun(string, RunNotebookCancelRunOptionalParams)

Not defteri çalıştırmayı iptal etme.

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

Parametreler

runId

string

Not defteri çalıştırma kimliği. Create Run için yeni bir GUID oluşturabilir ve burada kullanabilirsiniz. Diğer eylemler için bu, Çalıştırma Oluştur'da kullanılan kimlikle aynıdır.

options
RunNotebookCancelRunOptionalParams

Seçenekler parametreleri.

Döndürülenler

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

Çalıştırma kimliği için RunNotebook Anlık Görüntüsü alın.

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

Parametreler

runId

string

Not defteri çalıştırma kimliği. Create Run için yeni bir GUID oluşturabilir ve burada kullanabilirsiniz. Diğer eylemler için bu, Çalıştırma Oluştur'da kullanılan kimlikle aynıdır.

options
RunNotebookGetSnapshotOptionalParams

Seçenekler parametreleri.

Döndürülenler

getStatus(string, RunNotebookGetStatusOptionalParams)

Çalıştırma kimliği için RunNotebook Durumu'nu alın.

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

Parametreler

runId

string

Not defteri çalıştırma kimliği. Create Run için yeni bir GUID oluşturabilir ve burada kullanabilirsiniz. Diğer eylemler için bu, Çalıştırma Oluştur'da kullanılan kimlikle aynıdır.

options
RunNotebookGetStatusOptionalParams

Seçenekler parametreleri.

Döndürülenler