ServiceOperationsExtensions.ValidateAddressMethodAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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)
Parameters
- operations
- IServiceOperations
The operations group for this extension method.
- location
- String
The location of the resource
- validateAddress
- ValidateAddress
Shipping address of the customer.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET