Skip to main content

generate_benefit_utilization_summaries_report

Creates, updates, deletes, gets or lists a generate_benefit_utilization_summaries_report resource.

Overview

Namegenerate_benefit_utilization_summaries_report
TypeResource
Idazure.cost_management.generate_benefit_utilization_summaries_report

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
generate_by_billing_accountexecbilling_account_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided billing account. This API supports only enrollment accounts.
generate_by_billing_profileexecbilling_account_id, billing_profile_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided billing account and billing profile.
generate_by_reservation_order_idexecreservation_order_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided reservation order.
generate_by_reservation_idexecreservation_order_id, reservation_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided reservation.
generate_by_savings_plan_order_idexecsavings_plan_order_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided savings plan order.
generate_by_savings_plan_idexecsavings_plan_order_id, savings_plan_id, grain, startDate, endDateTriggers generation of a benefit utilization summaries report for the provided savings plan.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
billing_account_idstringBillingAccount ID. Required.
billing_profile_idstringBilling Profile ID. Required.
reservation_idstringReservation ID. Required.
reservation_order_idstringReservation Order ID. Required.
savings_plan_idstringSavings plan ID. Required.
savings_plan_order_idstringSavings plan order ID. Required.

Lifecycle Methods

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

EXEC azure.cost_management.generate_benefit_utilization_summaries_report.generate_by_billing_account 
@billing_account_id='{{ billing_account_id }}' --required
@@json=
'{
"billingAccountId": "{{ billingAccountId }}",
"billingProfileId": "{{ billingProfileId }}",
"benefitOrderId": "{{ benefitOrderId }}",
"benefitId": "{{ benefitId }}",
"grain": "{{ grain }}",
"startDate": "{{ startDate }}",
"endDate": "{{ endDate }}",
"kind": "{{ kind }}"
}'
;