BillingProfileConsumptionResource.GetLotsAsync(CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.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)
Parameter
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine asynchrone Sammlung von, bei der ConsumptionLotSummary mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.
Gilt für:
Azure SDK for .NET