Freigeben über


CostManagementExtensions.GetBenefitUtilizationSummariesByBillingAccountId Methode

Definition

Listet Zusammenfassungen der Nutzung des Sparplans für den Enterprise Agreement-Bereich auf. Unterstützt bei Denkwerten: "Täglich" und "Monatlich".

  • Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries
  • Vorgangs-IdBenefitUtilizationSummaries_ListByBillingAccountId
public static Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesByBillingAccountId (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountId, Azure.ResourceManager.CostManagement.Models.GrainContent? grainParameter = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBenefitUtilizationSummariesByBillingAccountId : Azure.ResourceManager.Resources.TenantResource * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
<Extension()>
Public Function GetBenefitUtilizationSummariesByBillingAccountId (tenantResource As TenantResource, billingAccountId As String, Optional grainParameter As Nullable(Of GrainContent) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BenefitUtilizationSummary)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

billingAccountId
String

Abrechnungskonto-ID.

grainParameter
Nullable<GrainContent>

Korn.

filter
String

Unterstützt das Filtern nach properties/benefitId, properties/benefitOrderId und properties/usageDate.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von BenefitUtilizationSummary , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

billingAccountId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

billingAccountId ist NULL.

Gilt für: