CatalogOperationsExtensions.GetSecretAsync Método

Definição

Cuidado

Essa API foi preterida.

Cuidado

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

Obtém o segredo especificado no banco de dados especificado. Isso foi preterido e será removido na próxima versão. Em vez disso, use GetCredential.

[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)

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.

secretName
String

O nome do segredo a ser obtido

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Atributos

Aplica-se a