CostManagementExtensions.GetBenefitUtilizationSummariesByBillingProfileId 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 zusammenfassungen der Nutzung des Sparplans für das Abrechnungsprofil auf. Unterstützt bei Denkwerten: "Täglich" und "Monatlich".
- Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries
- Vorgangs-IdBenefitUtilizationSummaries_ListByBillingProfileId
public static Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesByBillingProfileId (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountId, string billingProfileId, Azure.ResourceManager.CostManagement.Models.GrainContent? grainParameter = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBenefitUtilizationSummariesByBillingProfileId : Azure.ResourceManager.Resources.TenantResource * string * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
<Extension()>
Public Function GetBenefitUtilizationSummariesByBillingProfileId (tenantResource As TenantResource, billingAccountId As String, billingProfileId 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.
- billingProfileId
- String
Id des Abrechnungsprofils.
- 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
oder billingProfileId
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
billingAccountId
oder billingProfileId
ist NULL.