reservation_recommendation_details
Creates, updates, deletes, gets or lists a reservation_recommendation_details
resource.
Overview
Name | reservation_recommendation_details |
Type | Resource |
Id | azure.consumption.reservation_recommendation_details |
Fields
- vw_reservation_recommendation_details
- reservation_recommendation_details
Name | Datatype | Description |
---|---|---|
id | text | The full qualified ARM ID of an event. |
name | text | The ID that uniquely identifies an event. |
currency | text | field from the properties object |
etag | text | The etag for the resource. |
location | text | Resource Location. |
lookBackPeriod | text | field from the properties object |
product | text | field from the properties object |
region | text | field from the properties object |
resource | text | field from the properties object |
resourceScope | text | field from the properties object |
resource_group | text | field from the properties object |
savings | text | field from the properties object |
scope | text | field from the properties object |
sku | text | Resource sku |
tags | text | Resource tags. |
term | text | field from the properties object |
type | text | Resource type. |
usage | text | field from the properties object |
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. |
location | string | Resource Location. |
properties | object | The properties of the reservation recommendation. |
sku | string | Resource sku |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | lookBackPeriod, product, region, resourceScope, scope, term | Details of a reservation recommendation for what-if analysis of reserved instances. |
SELECT
examples
Details of a reservation recommendation for what-if analysis of reserved instances.
- vw_reservation_recommendation_details
- reservation_recommendation_details
SELECT
id,
name,
currency,
etag,
location,
lookBackPeriod,
product,
region,
resource,
resourceScope,
resource_group,
savings,
scope,
sku,
tags,
term,
type,
usage
FROM azure.consumption.vw_reservation_recommendation_details
WHERE lookBackPeriod = '{{ lookBackPeriod }}'
AND product = '{{ product }}'
AND region = '{{ region }}'
AND resourceScope = '{{ resourceScope }}'
AND scope = '{{ scope }}'
AND term = '{{ term }}';
SELECT
id,
name,
etag,
location,
properties,
sku,
tags,
type
FROM azure.consumption.reservation_recommendation_details
WHERE lookBackPeriod = '{{ lookBackPeriod }}'
AND product = '{{ product }}'
AND region = '{{ region }}'
AND resourceScope = '{{ resourceScope }}'
AND scope = '{{ scope }}'
AND term = '{{ term }}';