Freigeben über


CatalogOperationsExtensions.DeleteAllSecrets Method

Definition

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 void DeleteAllSecrets(this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName);
static member DeleteAllSecrets : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string -> unit
<Extension()>
Public Sub DeleteAllSecrets (operations As ICatalogOperations, accountName As String, databaseName As String)

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.

Applies to