Skip to main content

benefit_utilization_summaries

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

Overview

Namebenefit_utilization_summaries
TypeResource
Idazure.cost_management.benefit_utilization_summaries

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
kindstringKind/type of the benefit.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
list_by_billing_account_idSELECTbillingAccountIdLists savings plan utilization summaries for the enterprise agreement scope. Supported at grain values: 'Daily' and 'Monthly'.
list_by_billing_profile_idSELECTbillingAccountId, billingProfileIdLists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and 'Monthly'.
list_by_savings_plan_idSELECTsavingsPlanId, savingsPlanOrderIdLists the savings plan utilization summaries for daily or monthly grain.
list_by_savings_plan_orderSELECTsavingsPlanOrderIdLists the savings plan utilization summaries for daily or monthly grain.

SELECT examples

Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain values: 'Daily' and 'Monthly'.

SELECT
id,
name,
kind,
systemData,
type
FROM azure.cost_management.benefit_utilization_summaries
WHERE billingAccountId = '{{ billingAccountId }}';