Freigeben über


KustoDatabaseCollection.GetAllAsync Methode

Definition

Überlädt

GetAllAsync(CancellationToken)

Gibt die Liste der Datenbanken des angegebenen Kusto-Clusters zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases
  • Vorgang IdDatabases_ListByCluster
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Gibt die Liste der Datenbanken des angegebenen Kusto-Clusters zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases
  • Vorgang IdDatabases_ListByCluster

GetAllAsync(CancellationToken)

Gibt die Liste der Datenbanken des angegebenen Kusto-Clusters zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases
  • Vorgang IdDatabases_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDatabaseResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der KustoDatabaseResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für:

GetAllAsync(Nullable<Int32>, String, CancellationToken)

Gibt die Liste der Datenbanken des angegebenen Kusto-Clusters zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases
  • Vorgang IdDatabases_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource> GetAllAsync (int? top, string skiptoken, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabaseResource>
Public Overridable Function GetAllAsync (top As Nullable(Of Integer), skiptoken As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDatabaseResource)

Parameter

top
Nullable<Int32>

beschränken Sie die Anzahl der Ergebnisse.

skiptoken
String

Skiptoken wird nur verwendet, wenn ein vorheriger Vorgang ein Teilergebnis zurückgegeben hat. Wenn eine vorherige Antwort ein nextLink-Element enthält, enthält der Wert des nextLink-Elements einen skiptoken-Parameter, der einen Startpunkt angibt, der für nachfolgende Aufrufe verwendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der KustoDatabaseResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: