CatalogOperationsExtensions.DeleteSecretAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
Diese API ist nun veraltet.
Achtung
This operation is deprecated. Please do not use it any longer.
Löscht das angegebene Geheimnis in der angegebenen Datenbank. Dies ist veraltet und wird in der nächsten Version entfernt. Verwenden Sie stattdessen DeleteCredential.
[System.Obsolete]
public static System.Threading.Tasks.Task DeleteSecretAsync(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 DeleteSecretAsync(this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete>]
static member DeleteSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
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 zu löschenden Geheimnisses.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
- Attribute
Gilt für:
Azure SDK for .NET