Partager via


CatalogOperationsExtensions.DeleteAllSecretsAsync Méthode

Définition

Attention

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

Supprime tous les secrets de la base de données spécifiée. Il est déconseillé et sera supprimé dans la prochaine version. À l’avenir, supprimez uniquement les informations d’identification individuelles à l’aide de 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

Paramètres

operations
ICatalogOperations

Groupe d’opérations pour cette méthode d’extension.

accountName
String

Compte Azure Data Lake Analytics sur lequel exécuter des opérations de catalogue.

databaseName
String

Nom de la base de données contenant le secret.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Attributs

S’applique à