Compartilhar via


IServiceOperations.ValidateAddressMethodWithHttpMessagesAsync Método

Definição

Cuidado

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

[AVISO PRETERIDO: essa operação será removida em breve]. Esse método valida o endereço de envio do cliente e fornece endereços alternativos, se houver.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput>> ValidateAddressMethodWithHttpMessagesAsync(string location, Microsoft.Azure.Management.DataBox.Models.ValidateAddress validateAddress, 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.")>]
abstract member ValidateAddressMethodWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataBox.Models.ValidateAddress * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput>>
Public Function ValidateAddressMethodWithHttpMessagesAsync (location As String, validateAddress As ValidateAddress, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AddressValidationOutput))

Parâmetros

location
String

O local do recurso

validateAddress
ValidateAddress

Endereço de envio do cliente.

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Atributos

Exceções

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

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

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a