Skip to main content

reservation_recommendation_details

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

Overview

Namereservation_recommendation_details
TypeResource
Idazure.consumption.reservation_recommendation_details

Fields

NameDatatypeDescription
idtextThe full qualified ARM ID of an event.
nametextThe ID that uniquely identifies an event.
currencytextfield from the properties object
etagtextThe etag for the resource.
locationtextResource Location.
lookBackPeriodtextfield from the properties object
producttextfield from the properties object
regiontextfield from the properties object
resourcetextfield from the properties object
resourceScopetextfield from the properties object
resource_grouptextfield from the properties object
savingstextfield from the properties object
scopetextfield from the properties object
skutextResource sku
tagstextResource tags.
termtextfield from the properties object
typetextResource type.
usagetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlookBackPeriod, product, region, resourceScope, scope, termDetails 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.

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 }}';