ReservationRecommendationDetailsProperties Class
The properties of the reservation recommendation.
Constructor
ReservationRecommendationDetailsProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
currency
An ISO 4217 currency code identifier for the costs and savings.
currency: str | None
resource
Resource specific properties.
resource: _models.ReservationRecommendationDetailsResourceProperties | None
resource_group
Resource Group.
resource_group: str | None
savings
Savings information for the recommendation.
savings: _models.ReservationRecommendationDetailsSavingsProperties | None
scope
Single or Shared.
scope: str | None
usage
Historical usage details used to calculate the estimated savings.
usage: _models.ReservationRecommendationDetailsUsageProperties | None