BillingProfileResource.ValidateDeleteEligibilityAsync Method

Definition

Validates if the billing profile can be deleted. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/validateDeleteEligibility
  • Operation Id: BillingProfiles_ValidateDeleteEligibility
  • Default Api Version: 2024-04-01
  • Resource: BillingProfileResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityResult>> ValidateDeleteEligibilityAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateDeleteEligibilityAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityResult>>
override this.ValidateDeleteEligibilityAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityResult>>
Public Overridable Function ValidateDeleteEligibilityAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeleteBillingProfileEligibilityResult))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to