CatalogOperationsExtensions.DeleteSecretAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Essa API foi preterida.
Cuidado
This operation is deprecated. Please do not use it any longer.
Exclui o segredo especificado no banco de dados especificado. Isso foi preterido e será removido na próxima versão. Em vez disso, use 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
Parâmetros
- operations
- ICatalogOperations
O grupo de operações para esse método de extensão.
- accountName
- String
O Azure Data Lake Analytics conta na qual executar operações de catálogo.
- databaseName
- String
O nome do banco de dados que contém o segredo.
- secretName
- String
O nome do segredo a ser excluído
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
- Atributos
Aplica-se a
Azure SDK for .NET