ServiceOperationsExtensions.ValidateAddressMethod 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 Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput ValidateAddressMethod (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string location, Microsoft.Azure.Management.DataBox.Models.ValidateAddress validateAddress);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ValidateAddressMethod : Microsoft.Azure.Management.DataBox.IServiceOperations * string * Microsoft.Azure.Management.DataBox.Models.ValidateAddress -> Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput
<Extension()>
Public Function ValidateAddressMethod (operations As IServiceOperations, location As String, validateAddress As ValidateAddress) As AddressValidationOutput
Parameter
- operations
- IServiceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- location
- String
Der Speicherort der Ressource
- validateAddress
- ValidateAddress
Lieferadresse des Kunden.
Gibt zurück
- Attribute
Gilt für:
Azure SDK for .NET