BillingSubscriptionResource.Merge 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.
Fusionne l’abonnement de facturation fourni dans la demande avec un abonnement de facturation cible.
- Chemin de la demande/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}/merge
- IdBillingSubscriptions_Merge d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource> Merge (Azure.WaitUntil waitUntil, Azure.ResourceManager.Billing.Models.BillingSubscriptionMergeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Merge : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSubscriptionMergeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource>
override this.Merge : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.BillingSubscriptionMergeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Billing.BillingSubscriptionResource>
Public Overridable Function Merge (waitUntil As WaitUntil, content As BillingSubscriptionMergeContent, 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
- BillingSubscriptionMergeContent
Paramètres de demande fournis pour fusionner les deux abonnements de facturation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
content
a la valeur null.
S’applique à
Azure SDK for .NET