NotebookClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Notebook service client.
public class NotebookClient
type NotebookClient = class
Public Class NotebookClient
- Inheritance
-
NotebookClient
Constructors
NotebookClient() |
Initializes a new instance of NotebookClient for mocking. |
NotebookClient(Uri, TokenCredential, ArtifactsClientOptions) |
Initializes a new instance of NotebookClient. |
Methods
GetNotebook(String, String, CancellationToken) |
Gets a Note Book. |
GetNotebookAsync(String, String, CancellationToken) |
Gets a Note Book. |
GetNotebooksByWorkspace(CancellationToken) |
Lists Notebooks. |
GetNotebooksByWorkspaceAsync(CancellationToken) |
Lists Notebooks. |
GetNotebookSummaryByWorkSpace(CancellationToken) |
Lists a summary of Notebooks. |
GetNotebookSummaryByWorkSpaceAsync(CancellationToken) |
Lists a summary of Notebooks. |
StartCreateOrUpdateNotebook(String, NotebookResource, String, CancellationToken) |
Creates or updates a Note Book. |
StartCreateOrUpdateNotebookAsync(String, NotebookResource, String, CancellationToken) |
Creates or updates a Note Book. |
StartDeleteNotebook(String, CancellationToken) |
Deletes a Note book. |
StartDeleteNotebookAsync(String, CancellationToken) |
Deletes a Note book. |
StartRenameNotebook(String, ArtifactRenameRequest, CancellationToken) |
Renames a notebook. |
StartRenameNotebookAsync(String, ArtifactRenameRequest, CancellationToken) |
Renames a notebook. |
Applies to
Azure SDK for .NET