CatalogOperationsExtensions.DeleteSecretAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Cette API est à présent déconseillée.
Attention
This operation is deprecated. Please do not use it any longer.
Supprime le secret spécifié dans la base de données spécifiée. Il est déconseillé et sera supprimé dans la prochaine version. Utilisez plutôt DeleteCredential.
[System.Obsolete]
public static System.Threading.Tasks.Task DeleteSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task DeleteSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete>]
static member DeleteSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName 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.
- secretName
- String
Nom du secret à supprimer
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
- Attributs
S’applique à
Azure SDK for .NET