AddressOperationsExtensions Class
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.
Extension methods for AddressOperations.
public static class AddressOperationsExtensions
type AddressOperationsExtensions = class
Public Module AddressOperationsExtensions
- Inheritance
-
AddressOperationsExtensions
Methods
Validate(IAddressOperations, AddressDetails) |
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. https://docs.microsoft.com/en-us/rest/api/billing/ |
ValidateAsync(IAddressOperations, AddressDetails, CancellationToken) |
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. https://docs.microsoft.com/en-us/rest/api/billing/ |
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