Freigeben über


RunNotebookClient Klasse

Definition

Der RunNotebook-Dienstclient.

public class RunNotebookClient
type RunNotebookClient = class
Public Class RunNotebookClient
Vererbung
RunNotebookClient

Konstruktoren

RunNotebookClient()

Initialisiert eine neue instance von RunNotebookClient zum Mocking.

RunNotebookClient(Uri, TokenCredential, ArtifactsClientOptions)

Initialisiert eine neue instance von RunNotebookClient.

Methoden

CancelRun(String, CancellationToken)

Notizbuchausführung abbrechen.

CancelRunAsync(String, CancellationToken)

Notizbuchausführung abbrechen.

GetSnapshot(String, CancellationToken)

Abrufen einer RunNotebook-Momentaufnahme für die Ausführungs-ID.

GetSnapshotAsync(String, CancellationToken)

Abrufen einer RunNotebook-Momentaufnahme für die Ausführungs-ID.

GetStatus(String, CancellationToken)

Abrufen des RunNotebook-Status für die Ausführungs-ID.

GetStatusAsync(String, CancellationToken)

Abrufen des RunNotebook-Status für die Ausführungs-ID.

StartCreateRun(String, RunNotebookRequest, CancellationToken)

Führen Sie das Notebook aus.

StartCreateRunAsync(String, RunNotebookRequest, CancellationToken)

Führen Sie das Notebook aus.

Gilt für: