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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python