Compartilhar via


DatabasesOperationsExtensions.DeleteAsync Método

Definição

Exclui o banco de dados com o nome fornecido.

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

Parâmetros

operations
IDatabasesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

databaseName
String

O nome do banco de dados no cluster Kusto.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a