CostManagementExtensions.GetBenefitUtilizationSummariesByBillingAccountIdAsync Method

Definition

Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain values: 'Daily' and 'Monthly'.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries
  • Operation Id: BenefitUtilizationSummaries_ListByBillingAccountId
public static Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesByBillingAccountIdAsync (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 GetBenefitUtilizationSummariesByBillingAccountIdAsync : Azure.ResourceManager.Resources.TenantResource * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
<Extension()>
Public Function GetBenefitUtilizationSummariesByBillingAccountIdAsync (tenantResource As TenantResource, billingAccountId As String, Optional grainParameter As Nullable(Of GrainContent) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BenefitUtilizationSummary)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

billingAccountId
String

Billing account ID.

grainParameter
Nullable<GrainContent>

Grain.

filter
String

Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BenefitUtilizationSummary that may take multiple service requests to iterate over.

Exceptions

billingAccountId is an empty string, and was expected to be non-empty.

tenantResource or billingAccountId is null.

Applies to