BillingSubscriptionResource.Move Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déplace les frais d’un abonnement vers une nouvelle section de facture. Cette opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.
- Chemin de la demande/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}/move
- IdBillingSubscriptions_Move d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource> Move (Azure.WaitUntil waitUntil, Azure.ResourceManager.Billing.Models.BillingSubscriptionMoveContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Move : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSubscriptionMoveContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource>
override this.Move : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSubscriptionMoveContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource>
Public Overridable Function Move (waitUntil As WaitUntil, content As BillingSubscriptionMoveContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BillingSubscriptionResource)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.
- content
- BillingSubscriptionMoveContent
Paramètres de demande fournis à l’opération de déplacement d’abonnement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
content
a la valeur null.
S’applique à
Azure SDK for .NET