Freigeben über


IServiceOperations.ValidateAddressMethodWithHttpMessagesAsync Methode

Definition

Achtung

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

[VERALTETER HINWEIS: Dieser Vorgang wird bald entfernt]. Diese Methode überprüft die Lieferadresse des Kunden und gibt ggf. alternative Adressen an.

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

Parameter

location
String

Der Speicherort der Ressource

validateAddress
ValidateAddress

Lieferadresse des Kunden.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Attribute

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: