Skip to main content

reservation_recommendations

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

Overview

Namereservation_recommendations
TypeResource
Idazure.consumption.reservation_recommendations

Fields

NameDatatypeDescription
idstringThe full qualified ARM ID of an event.
namestringThe ID that uniquely identifies an event.
etagstringThe etag for the resource.
kindstringSpecifies the kind of reservation recommendation.
locationstringResource location
skustringResource sku
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceScopeList 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 }}';