CatalogOperationsExtensions.DeleteAllSecretsAsync 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
This operation is deprecated. Please do not use it any longer.
Löscht alle Geheimnisse in der angegebenen Datenbank. Dies ist veraltet und wird im nächsten Release entfernt. Bitte löschen Sie in Zukunft nur einzelne Anmeldeinformationen mithilfe von DeleteCredential.
public static System.Threading.Tasks.Task DeleteAllSecretsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task DeleteAllSecretsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAllSecretsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteAllSecretsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAllSecretsAsync (operations As ICatalogOperations, accountName As String, databaseName 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 zum Ausführen von Katalogvorgängen.
- databaseName
- String
Der Name der Datenbank, die das Geheimnis enthält.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
- Attribute
Gilt für:
Azure SDK for .NET