Compartilhar via


CatalogOperationsExtensions.DeleteAllSecretsAsync Método

Definição

Cuidado

This operation is deprecated. Please do not use it any longer.

Exclui todos os segredos no banco de dados especificado. Isso foi preterido e será removido na próxima versão. No futuro, descarte apenas credenciais individuais usando DeleteCredential

public static System.Threading.Tasks.Task DeleteAllSecretsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task DeleteAllSecretsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAllSecretsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteAllSecretsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAllSecretsAsync (operations As ICatalogOperations, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
ICatalogOperations

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

accountName
String

O Azure Data Lake Analytics conta na qual executar operações de catálogo.

databaseName
String

O nome do banco de dados que contém o segredo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Atributos

Aplica-se a