Share via


BillingProductCollection.GetAll Method

Definition

Lists the products for a billing account. These don't include products billed based on usage. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.

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

Parameters

options
BillingProductCollectionGetAllOptions

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

Applies to