Compartir a través de


IServiceOperations.ValidateAddressMethodWithHttpMessagesAsync Método

Definición

Precaución

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

[AVISO EN DESUSO: Esta operación pronto se quitará]. Este método valida la dirección de envío del cliente y proporciona direcciones alternativas si las hay.

[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

Ubicación del recurso

validateAddress
ValidateAddress

Dirección de envío del cliente.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Atributos

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a