Freigeben über


KustoScriptCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt die Liste der Datenbankskripts für die angegebene Datenbank zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: