AddressOperationsExtensions.Validate Method

Definition

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/

public static Microsoft.Azure.Management.Billing.Models.ValidateAddressResponse Validate (this Microsoft.Azure.Management.Billing.IAddressOperations operations, Microsoft.Azure.Management.Billing.Models.AddressDetails address);
static member Validate : Microsoft.Azure.Management.Billing.IAddressOperations * Microsoft.Azure.Management.Billing.Models.AddressDetails -> Microsoft.Azure.Management.Billing.Models.ValidateAddressResponse
<Extension()>
Public Function Validate (operations As IAddressOperations, address As AddressDetails) As ValidateAddressResponse

Parameters

operations
IAddressOperations

The operations group for this extension method.

address
AddressDetails

Returns

Applies to