Esempio n. 1
0
 /// <summary>
 /// Moves a subscription's charges to a new invoice section. The new invoice
 /// section must belong to the same billing profile as the existing invoice
 /// section. This operation is supported for billing accounts with agreement
 /// type Microsoft Customer Agreement.
 /// <see href="https://docs.microsoft.com/en-us/rest/api/billing/" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='billingAccountName'>
 /// The ID that uniquely identifies a billing account.
 /// </param>
 /// <param name='parameters'>
 /// Request parameters that are provided to the move subscription operation.
 /// </param>
 public static BillingSubscription BeginMove(this IBillingSubscriptionsOperations operations, string billingAccountName, TransferBillingSubscriptionRequestProperties parameters)
 {
     return(operations.BeginMoveAsync(billingAccountName, parameters).GetAwaiter().GetResult());
 }