ServiceOperationsExtensions.ValidateAddressMethodAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput> ValidateAddressMethodAsync (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string location, Microsoft.Azure.Management.DataBox.Models.ValidateAddress validateAddress, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ValidateAddressMethodAsync : Microsoft.Azure.Management.DataBox.IServiceOperations * string * Microsoft.Azure.Management.DataBox.Models.ValidateAddress * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput>
<Extension()>
Public Function ValidateAddressMethodAsync (operations As IServiceOperations, location As String, validateAddress As ValidateAddress, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddressValidationOutput)
Parameter
- operations
- IServiceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- location
- String
Der Speicherort der Ressource
- validateAddress
- ValidateAddress
Lieferadresse des Kunden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
- Attribute
Gilt für:
Azure SDK for .NET