Compartilhar via


ICatalogOperations.DeleteAllSecretsWithHttpMessagesAsync Método

Definição

Cuidado

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

Exclui todos os segredos no banco de dados especificado. Isso foi preterido e será removido na próxima versão. No futuro, remova apenas credenciais individuais usando DeleteCredential

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAllSecretsWithHttpMessagesAsync (string accountName, string databaseName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAllSecretsWithHttpMessagesAsync (string accountName, string databaseName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAllSecretsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member DeleteAllSecretsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DeleteAllSecretsWithHttpMessagesAsync (accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

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.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Atributos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerado quando um parâmetro necessário é nulo

Aplica-se a