Skip to main content

benefit_recommendations

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

Overview

Namebenefit_recommendations
TypeResource
Idazure.cost_management.benefit_recommendations

Fields

NameDatatypeDescription
kindstringKind/type of the benefit.
propertiesobjectThe properties of the benefit recommendations.

Methods

NameAccessible byRequired ParamsDescription
listSELECTbillingScopeList of recommendations for purchasing savings plan.

SELECT examples

List of recommendations for purchasing savings plan.

SELECT
kind,
properties
FROM azure.cost_management.benefit_recommendations
WHERE billingScope = '{{ billingScope }}';