CatalogOperationsExtensions.GetSecret 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 Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret GetSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret GetSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);
[<System.Obsolete>]
static member GetSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member GetSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret
<Extension()>
Public Function GetSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String) As 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

Retornos

Atributos

Aplica-se a