ICatalogOperations.DeleteSecretWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, 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> DeleteSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete>]
abstract member DeleteSecretWithHttpMessagesAsync : string * 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 DeleteSecretWithHttpMessagesAsync : string * 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 DeleteSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName 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.
- secretName
- String
O nome do segredo a ser excluído
- 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
Azure SDK for .NET