BillingProfileConsumptionResource.GetLots(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.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:
Azure SDK for .NET