BillingSubscriptionsOperationsExtensions.MoveAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee verplaatst u de kosten van een abonnement naar een nieuwe factuursectie. De nieuwe factuursectie moet deel uitmaken van hetzelfde factureringsprofiel als de bestaande factuursectie. Deze bewerking wordt ondersteund voor factureringsrekeningen met het type overeenkomst Microsoft-klantovereenkomst. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingSubscription> MoveAsync(this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string billingAccountName, Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties parameters, System.Threading.CancellationToken cancellationToken = default);
static member MoveAsync : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string * Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingSubscription>
<Extension()>
Public Function MoveAsync (operations As IBillingSubscriptionsOperations, billingAccountName As String, parameters As TransferBillingSubscriptionRequestProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingSubscription)
Parameters
- operations
- IBillingSubscriptionsOperations
De bewerkingsgroep voor deze extensiemethode.
- billingAccountName
- String
De id die een factureringsrekening uniek identificeert.
- parameters
- TransferBillingSubscriptionRequestProperties
Aanvraagparameters die zijn opgegeven voor de verplaatsing van het abonnement.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET