Freigeben über


KustoScriptCollection.GetAll(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.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoScriptResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoScriptResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von KustoScriptResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: