Freigeben über


CatalogOperationsExtensions.GetSecretAsync Methode

Definition

Achtung

Diese API ist nun veraltet.

Achtung

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

Ruft das angegebene Geheimnis in der angegebenen Datenbank ab. Dies ist veraltet und wird in der nächsten Version entfernt. Verwenden Sie stattdessen 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)

Parameter

operations
ICatalogOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics Konto, auf dem Katalogvorgänge ausgeführt werden sollen.

databaseName
String

Der Name der Datenbank, die das Geheimnis enthält.

secretName
String

Der Name des abzurufenden Geheimnisses

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Attribute

Gilt für: