MockableCostManagementArmClient.GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync Method

Definition

Triggers generation of a benefit utilization summaries report for the provided savings plan.

  • Request Path. : /providers/microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}/providers/Microsoft.CostManagement/generateBenefitUtilizationSummariesReport.
  • Operation Id. : GenerateBenefitUtilizationSummariesReportOperationGroup_GenerateBySavingsPlanId.
  • Default Api Version. : 2025-03-01.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>> GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync(Azure.WaitUntil waitUntil, Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync : Azure.WaitUntil * Azure.Core.ResourceIdentifier * Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>>
override this.GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync : Azure.WaitUntil * Azure.Core.ResourceIdentifier * Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>>
Public Overridable Function GenerateBenefitUtilizationSummariesReportAsyncSavingsPlanScopeAsync (waitUntil As WaitUntil, scope As ResourceIdentifier, content As BenefitUtilizationSummariesContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BenefitUtilizationSummariesOperationStatus))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

scope
ResourceIdentifier

The scope that the resource will apply against.

content
BenefitUtilizationSummariesContent

Async Benefit Utilization Summary report to be created.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope or content is null.

Applies to