Partager via


NotebookClient Classe

Définition

Client du service Notebook.

public class NotebookClient
type NotebookClient = class
Public Class NotebookClient
Héritage
NotebookClient

Constructeurs

NotebookClient()

Initialise une nouvelle instance de NotebookClient pour les moqueries.

NotebookClient(Uri, TokenCredential, ArtifactsClientOptions)

Initialise une nouvelle instance de NotebookClient.

Méthodes

GetNotebook(String, String, CancellationToken)

Obtient un carnet de notes.

GetNotebookAsync(String, String, CancellationToken)

Obtient un carnet de notes.

GetNotebooksByWorkspace(CancellationToken)

Répertorie les blocs-notes.

GetNotebooksByWorkspaceAsync(CancellationToken)

Répertorie les blocs-notes.

GetNotebookSummaryByWorkSpace(CancellationToken)

Répertorie un résumé des blocs-notes.

GetNotebookSummaryByWorkSpaceAsync(CancellationToken)

Répertorie un résumé des blocs-notes.

StartCreateOrUpdateNotebook(String, NotebookResource, String, CancellationToken)

Crée ou met à jour un carnet de notes.

StartCreateOrUpdateNotebookAsync(String, NotebookResource, String, CancellationToken)

Crée ou met à jour un carnet de notes.

StartDeleteNotebook(String, CancellationToken)

Supprime un carnet de notes.

StartDeleteNotebookAsync(String, CancellationToken)

Supprime un carnet de notes.

StartRenameNotebook(String, ArtifactRenameRequest, CancellationToken)

Renomme un bloc-notes.

StartRenameNotebookAsync(String, ArtifactRenameRequest, CancellationToken)

Renomme un bloc-notes.

S’applique à