MockableCostManagementArmClient.GetBenefitUtilizationSummariesBySavingsPlanOrder Method

Definition

Lists the savings plan utilization summaries for daily or monthly grain.

  • Request Path. : /providers/microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries.
  • Operation Id. : BenefitUtilizationSummariesOperationGroup_ListBySavingsPlanOrder.
  • Default Api Version. : 2025-03-01.
public virtual Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary> GetBenefitUtilizationSummariesBySavingsPlanOrder(Azure.Core.ResourceIdentifier scope, string filter = default, Azure.ResourceManager.CostManagement.Models.GrainContent? grainParameter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBenefitUtilizationSummariesBySavingsPlanOrder : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
override this.GetBenefitUtilizationSummariesBySavingsPlanOrder : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.CostManagement.Models.GrainContent> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummary>
Public Overridable Function GetBenefitUtilizationSummariesBySavingsPlanOrder (scope As ResourceIdentifier, Optional filter As String = Nothing, Optional grainParameter As Nullable(Of GrainContent) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BenefitUtilizationSummary)

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

filter
String

Supports filtering by properties/usageDate.

grainParameter
Nullable<GrainContent>

Grain.

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.

Applies to