BillingSubscriptionsOperationsExtensions.ValidateMoveAsync 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.
Validates if a subscription's charges can be moved to a new invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.ValidateSubscriptionTransferEligibilityResult> ValidateMoveAsync (this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string billingAccountName, Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties parameters, System.Threading.CancellationToken cancellationToken = default);
static member ValidateMoveAsync : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string * Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.ValidateSubscriptionTransferEligibilityResult>
<Extension()>
Public Function ValidateMoveAsync (operations As IBillingSubscriptionsOperations, billingAccountName As String, parameters As TransferBillingSubscriptionRequestProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ValidateSubscriptionTransferEligibilityResult)
Parameters
- operations
- IBillingSubscriptionsOperations
The operations group for this extension method.
- billingAccountName
- String
The ID that uniquely identifies a billing account.
- parameters
- TransferBillingSubscriptionRequestProperties
Request parameters that are provided to the validate move eligibility operation.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET