Share via


BillingProfileConsumptionResource.GetLotsAsync(CancellationToken) Method

Definition

Lists all Azure credits for a billing account or a billing profile. The API is only supported for Microsoft Customer Agreements (MCA) billing accounts.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/lots
  • Operation Id: Lots_ListByBillingProfile
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary> GetLotsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetLotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
override this.GetLotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
Public Overridable Function GetLotsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionLotSummary)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to