Freigeben über


DatabasesOperationsExtensions.GetAsync Methode

Definition

Gibt eine Datenbank zurück.

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

Parameter

operations
IDatabasesOperations

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: