IAddressOperations Interface
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.
AddressOperations operations.
public interface IAddressOperations
type IAddressOperations = interface
Public Interface IAddressOperations
Methods
ValidateWithHttpMessagesAsync(AddressDetails, Dictionary<String,List<String>>, 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/ |
Extension 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
Azure SDK for .NET