MockableCostManagementArmClient.GetBenefitUtilizationSummariesByBillingAccountIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. : BenefitUtilizationSummariesOperationGroup_ListByBillingAccountId.
- Default Api Version. : 2025-03-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesByBillingAccountIdAsync(Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.CostManagement.Models.GrainContent? grainParameter = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBenefitUtilizationSummariesByBillingAccountIdAsync : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
override this.GetBenefitUtilizationSummariesByBillingAccountIdAsync : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
Public Overridable Function GetBenefitUtilizationSummariesByBillingAccountIdAsync (scope As ResourceIdentifier, Optional grainParameter As Nullable(Of GrainContent) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BenefitUtilizationSummary)
Parameters
- scope
- ResourceIdentifier
The scope that the resource will apply against.
- grainParameter
- Nullable<GrainContent>
Grain.
- filter
- String
Supports filtering by properties/benefitId, properties/benefitOrderId and properties/usageDate.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of BenefitUtilizationSummary that may take multiple service requests to iterate over.
Exceptions
scope is null.