Compartir a través de


NotebookClient.GetNotebooksByWorkspaceAsync(CancellationToken) Método

Definición

Enumera los blocs de notas.

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)

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a