你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CatalogOperationsExtensions.DeleteAllSecrets 方法

定义

注意

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

删除指定数据库中的所有机密。 它已弃用,将在下一个版本中删除。 将来,请仅使用 DeleteCredential 删除单个凭据

public static void DeleteAllSecrets (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
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
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
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)

参数

operations
ICatalogOperations

此扩展方法的操作组。

accountName
String

Azure Data Lake Analytics用于执行目录操作的帐户。

databaseName
String

包含机密的数据库的名称。

属性

适用于