ReservationRecommendationDetailsModel Class
Reservation recommendation details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ResourceReservationRecommendationDetailsModel
Constructor
ReservationRecommendationDetailsModel(*, location: str | None = None, sku: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource Location. |
sku
|
Resource sku. |
Variables
Name | Description |
---|---|
id
|
The full qualified ARM ID of an event. |
name
|
The ID that uniquely identifies an event. |
type
|
Resource type. |
etag
|
The etag for the resource. |
tags
|
A set of tags. Resource tags. |
location
|
Resource Location. |
sku
|
Resource sku. |
currency
|
An ISO 4217 currency code identifier for the costs and savings. |
resource
|
Resource specific properties. |
resource_group
|
Resource Group. |
savings
|
Savings information for the recommendation. |
scope
|
Scope of the reservation, ex: Single or Shared. |
usage
|
Historical usage details used to calculate the estimated savings. |
Azure SDK for Python