RunNotebook interface
RunNotebook'u temsil eden arabirim.
Yöntemler
| begin |
Not defterini çalıştırma |
| begin |
Not defterini çalıştırma |
| cancel |
Not defteri çalıştırmayı iptal etme. |
| get |
Çalıştırma kimliği için RunNotebook Anlık Görüntüsü alın. |
| get |
Ç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.
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.
Seçenekler parametreleri.
Döndürülenler
Promise<RunNotebookCreateRunResponse>
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.
Seçenekler parametreleri.
Döndürülenler
Promise<RunNotebookResponse>
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.
Seçenekler parametreleri.
Döndürülenler
Promise<RunNotebookSnapshotResponse>
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.
Seçenekler parametreleri.
Döndürülenler
Promise<RunNotebookResponse>