reservation_recommendations
Creates, updates, deletes, gets or lists a reservation_recommendations
resource.
Overview
Name | reservation_recommendations |
Type | Resource |
Id | azure.consumption.reservation_recommendations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The full qualified ARM ID of an event. |
name | string | The ID that uniquely identifies an event. |
etag | string | The etag for the resource. |
kind | string | Specifies the kind of reservation recommendation. |
location | string | Resource location |
sku | string | Resource sku |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceScope | List of recommendations for purchasing reserved instances. |
SELECT
examples
List of recommendations for purchasing reserved instances.
SELECT
id,
name,
etag,
kind,
location,
sku,
tags,
type
FROM azure.consumption.reservation_recommendations
WHERE resourceScope = '{{ resourceScope }}';