BillingSubscriptionResource.Cancel Method

Definition

Cancels a usage-based subscription. This operation is supported only for billing accounts of type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}/cancel
  • Operation Id: BillingSubscriptions_Cancel
  • Default Api Version: 2024-04-01
  • Resource: BillingSubscriptionResource
public virtual Azure.ResourceManager.ArmOperation Cancel (Azure.WaitUntil waitUntil, Azure.ResourceManager.Billing.Models.CancelSubscriptionContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Cancel : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.CancelSubscriptionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Cancel : Azure.WaitUntil * Azure.ResourceManager.Billing.Models.CancelSubscriptionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function Cancel (waitUntil As WaitUntil, content As CancelSubscriptionContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
CancelSubscriptionContent

Request parameters for cancel customer subscription.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to