Share via


SynapseDatabaseCollection.GetAllAsync(CancellationToken) Method

Definition

Returns the list of databases of the given Kusto pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases
  • Operation Id: KustoPoolDatabases_ListByKustoPool
public virtual Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseDatabaseResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseDatabaseResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseDatabaseResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapseDatabaseResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SynapseDatabaseResource that may take multiple service requests to iterate over.

Applies to