ReservationRecommendationDetailsSavingsProperties Class
Details of the estimated savings.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelReservationRecommendationDetailsSavingsProperties
Constructor
ReservationRecommendationDetailsSavingsProperties(*, calculated_savings: List[_models.ReservationRecommendationDetailsCalculatedSavingsProperties] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
calculated_savings
|
List of calculated savings. |
Variables
Name | Description |
---|---|
calculated_savings
|
List of calculated savings. |
look_back_period
|
Number of days of usage to look back used for computing the recommendation. |
recommended_quantity
|
Number of recommended units of the resource. |
reservation_order_term
|
Term period of the reservation, ex: P1Y or P3Y. |
savings_type
|
Type of savings, ex: instance. |
unit_of_measure
|
Measurement unit ex: hour etc. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python