Share via


BillingEnrollmentAccountResource.GetBillingSubscriptionsAsync Method

Definition

Lists the subscriptions for an enrollment account. The operation is supported for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}/billingSubscriptions
  • Operation Id: BillingSubscriptions_ListByEnrollmentAccount
  • Default Api Version: 2024-04-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionData> GetBillingSubscriptionsAsync (Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountResourceGetBillingSubscriptionsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingSubscriptionsAsync : Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountResourceGetBillingSubscriptionsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionData>
override this.GetBillingSubscriptionsAsync : Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountResourceGetBillingSubscriptionsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionData>
Public Overridable Function GetBillingSubscriptionsAsync (options As BillingEnrollmentAccountResourceGetBillingSubscriptionsOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingSubscriptionData)

Parameters

options
BillingEnrollmentAccountResourceGetBillingSubscriptionsOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BillingSubscriptionData that may take multiple service requests to iterate over.

Applies to