ProductsOperationsExtensions.ValidateMove Method

Definition

Validates if a product's charges can be moved to a new invoice section. This operation is supported only for products that are purchased with a recurring charge and for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityResult ValidateMove (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string productName, Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties parameters);
static member ValidateMove : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties -> Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityResult
<Extension()>
Public Function ValidateMove (operations As IProductsOperations, billingAccountName As String, productName As String, parameters As TransferProductRequestProperties) As ValidateProductTransferEligibilityResult

Parameters

operations
IProductsOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

productName
String

The ID that uniquely identifies a product.

parameters
TransferProductRequestProperties

Request parameters that are provided to the validate move eligibility operation.

Returns

Applies to