AllSavingsBenefitDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Benefit recommendation details.
public class AllSavingsBenefitDetails
type AllSavingsBenefitDetails = class
Public Class AllSavingsBenefitDetails
- Inheritance
-
AllSavingsBenefitDetails
Constructors
AllSavingsBenefitDetails() |
Initializes a new instance of AllSavingsBenefitDetails. |
Properties
AverageUtilizationPercentage |
Estimated average utilization percentage for the 'totalHours' in the look-back period, with this commitment. |
BenefitCost |
The estimated cost with benefit for the 'totalHours' in the look-back period. It's equal to (commitmentAmount * totalHours). |
CommitmentAmount |
The commitment amount at the commitmentGranularity. |
CoveragePercentage |
Estimated benefit coverage percentage for the 'totalHours' in the look-back period, with this commitment. |
OverageCost |
The difference between total cost and benefit cost for the 'totalHours' in the look-back period. |
SavingsAmount |
The amount saved for the 'totalHours' in the look-back period, by purchasing the recommended quantity of the benefit. |
SavingsPercentage |
The savings in percentage for the 'totalHours' in the look-back period, by purchasing the recommended quantity of benefit. |
TotalCost |
Total cost, which is sum of benefit cost and overage cost. |
WastageCost |
Estimated unused portion of the 'benefitCost'. |
Applies to
Azure SDK for .NET