Megosztás a következőn keresztül:


IServiceOperations.ValidateAddressMethodWithHttpMessagesAsync Method

Definition

Caution

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

[DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer shipping address and provide alternate addresses if any.

[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))

Parameters

location
String

The location of the resource

validateAddress
ValidateAddress

Shipping address of the customer.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Attributes

Exceptions

Thrown when the operation returned an invalid status code

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to