KqlScriptsClient.GetAllAsync(CancellationToken) Method

Definition

Get all KQL scripts.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to