CatalogOperationsExtensions.GetSecretAsync 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.
Obtient le secret spécifié dans la base de données spécifiée. Cette opération est déconseillée et sera supprimée dans la prochaine version. Utilisez GetCredential à la place.
[System.Obsolete]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret> GetSecretAsync (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<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret> GetSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete>]
static member GetSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member GetSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>
<Extension()>
Public Function GetSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlSecret)
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 à obtenir
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
- Attributs
S’applique à
Azure SDK for .NET