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

NotebookClient.GetNotebooksByWorkspaceAsync(CancellationToken) Method

Definition

Lists Notebooks.

public virtual Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.NotebookResource> GetNotebooksByWorkspaceAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotebooksByWorkspaceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.NotebookResource>
override this.GetNotebooksByWorkspaceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.NotebookResource>
Public Overridable Function GetNotebooksByWorkspaceAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NotebookResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to