NotebookClient.GetNotebookSummaryByWorkSpaceAsync(CancellationToken) Method

Definition

Lists a summary of Notebooks.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to