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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python