CatalogOperationsExtensions.GetSecretAsync Method

Definition

Caution

This API is now deprecated.

Caution

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

Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.

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

Parameters

operations
ICatalogOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account upon which to execute catalog operations.

databaseName
String

The name of the database containing the secret.

secretName
String

The name of the secret to get

cancellationToken
CancellationToken

The cancellation token.

Returns

Attributes

Applies to