Share via


MockableCostManagementTenantResource.GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync Method

Definition

Triggers generation of a benefit utilization summaries report for the provided billing account. This API supports only enrollment accounts.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/generateBenefitUtilizationSummariesReport
  • Operation Id: BillingAccountScope_GenerateBenefitUtilizationSummariesReport
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>> GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync (Azure.WaitUntil waitUntil, string billingAccountId, Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>>
override this.GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync : Azure.WaitUntil * string * Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>>
Public Overridable Function GenerateBenefitUtilizationSummariesReportBillingAccountScopeAsync (waitUntil As WaitUntil, billingAccountId As String, 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.

billingAccountId
String

Billing account ID.

content
BenefitUtilizationSummariesContent

Async Benefit Utilization Summary report to be created.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

billingAccountId or content is null.

Applies to