Freigeben über


KustoDataConnectionCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt die Liste der Datenverbindungen der angegebenen Kusto-Datenbank zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections
  • Vorgangs-IdDataConnections_ListByDatabase
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDataConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDataConnectionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von KustoDataConnectionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: