ReservationRecommendationDetailsUsageProperties Class
Details about historical usage data that has been used for computing the recommendation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelReservationRecommendationDetailsUsageProperties
Constructor
ReservationRecommendationDetailsUsageProperties(**kwargs)
Variables
Name | Description |
---|---|
first_consumption_date
|
The first usage date used for looking back for computing the recommendation. |
last_consumption_date
|
The last usage date used for looking back for computing the recommendation. |
look_back_unit_type
|
What the usage data values represent ex: virtual machine instance. |
usage_data
|
The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate. |
usage_grain
|
The grain of the values represented in the usage data ex: hourly. |
Azure SDK for Python