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