CatalogOperationsExtensions.DeleteAllSecretsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This operation is deprecated. Please do not use it any longer.
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using 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
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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Attributes
Applies to
Azure SDK for .NET