Freigeben über


ScriptsOperationsExtensions.ListByDatabaseAsync Methode

Definition

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.Script>> ListByDatabaseAsync (this Microsoft.Azure.Management.Kusto.IScriptsOperations operations, string resourceGroupName, string clusterName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member ListByDatabaseAsync : Microsoft.Azure.Management.Kusto.IScriptsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.Script>>
<Extension()>
Public Function ListByDatabaseAsync (operations As IScriptsOperations, resourceGroupName As String, clusterName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Script))

Parameter

operations
IScriptsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

databaseName
String

Der Name der Datenbank im Kusto-Cluster.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: