Freigeben über


BillingProfileConsumptionResource.GetLots(CancellationToken) Methode

Definition

Listet alle Azure-Guthaben für ein Abrechnungskonto oder ein Abrechnungsprofil auf. Die API wird nur für Abrechnungskonten von Microsoft Customer Agreements (MCA) unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/lots
  • Vorgang IdLots_ListByBillingProfile
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary> GetLots (System.Threading.CancellationToken cancellationToken = default);
abstract member GetLots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
override this.GetLots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary>
Public Overridable Function GetLots (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumptionLotSummary)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ConsumptionLotSummary möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: