Share via


BillingEnrollmentAccountCollection.GetAll 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.Pageable<Azure.ResourceManager.Billing.BillingEnrollmentAccountResource> GetAll (Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingEnrollmentAccountResource>
override this.GetAll : Azure.ResourceManager.Billing.Models.BillingEnrollmentAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingEnrollmentAccountResource>
Public Overridable Function GetAll (options As BillingEnrollmentAccountCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

A collection of BillingEnrollmentAccountResource that may take multiple service requests to iterate over.

Applies to