你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotebookClient 类

定义

Notebook 服务客户端。

public class NotebookClient
type NotebookClient = class
Public Class NotebookClient
继承
NotebookClient

构造函数

NotebookClient()

初始化 NotebookClient 的新实例以供模拟。

NotebookClient(Uri, TokenCredential, ArtifactsClientOptions)

初始化 NotebookClient 的新实例。

方法

GetNotebook(String, String, CancellationToken)

获取记事簿。

GetNotebookAsync(String, String, CancellationToken)

获取记事簿。

GetNotebooksByWorkspace(CancellationToken)

列出笔记本。

GetNotebooksByWorkspaceAsync(CancellationToken)

列出笔记本。

GetNotebookSummaryByWorkSpace(CancellationToken)

列出笔记本的摘要。

GetNotebookSummaryByWorkSpaceAsync(CancellationToken)

列出笔记本的摘要。

StartCreateOrUpdateNotebook(String, NotebookResource, String, CancellationToken)

创建或更新记事簿。

StartCreateOrUpdateNotebookAsync(String, NotebookResource, String, CancellationToken)

创建或更新记事簿。

StartDeleteNotebook(String, CancellationToken)

删除记事簿。

StartDeleteNotebookAsync(String, CancellationToken)

删除记事簿。

StartRenameNotebook(String, ArtifactRenameRequest, CancellationToken)

重命名笔记本。

StartRenameNotebookAsync(String, ArtifactRenameRequest, CancellationToken)

重命名笔记本。

适用于