benefit_recommendations
Creates, updates, deletes, gets or lists a benefit_recommendations
resource.
Overview
Name | benefit_recommendations |
Type | Resource |
Id | azure.cost_management.benefit_recommendations |
Fields
Name | Datatype | Description |
---|---|---|
kind | string | Kind/type of the benefit. |
properties | object | The properties of the benefit recommendations. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | billingScope | List 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 }}';