BillingEnrollmentAccountCollection.GetAllAsync Method

Definition

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

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

Parameters

options
BillingEnrollmentAccountCollectionGetAllOptions

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 BillingEnrollmentAccountResource that may take multiple service requests to iterate over.

Applies to