ArmCostManagementModelFactory.AllSavingsBenefitDetails Method
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.
Initializes a new instance of AllSavingsBenefitDetails.
public static Azure.ResourceManager.CostManagement.Models.AllSavingsBenefitDetails AllSavingsBenefitDetails (decimal? overageCost = default, decimal? benefitCost = default, decimal? totalCost = default, decimal? savingsAmount = default, decimal? savingsPercentage = default, decimal? coveragePercentage = default, decimal? commitmentAmount = default, decimal? averageUtilizationPercentage = default, decimal? wastageCost = default);
static member AllSavingsBenefitDetails : Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> * Nullable<decimal> -> Azure.ResourceManager.CostManagement.Models.AllSavingsBenefitDetails
Public Shared Function AllSavingsBenefitDetails (Optional overageCost As Nullable(Of Decimal) = Nothing, Optional benefitCost As Nullable(Of Decimal) = Nothing, Optional totalCost As Nullable(Of Decimal) = Nothing, Optional savingsAmount As Nullable(Of Decimal) = Nothing, Optional savingsPercentage As Nullable(Of Decimal) = Nothing, Optional coveragePercentage As Nullable(Of Decimal) = Nothing, Optional commitmentAmount As Nullable(Of Decimal) = Nothing, Optional averageUtilizationPercentage As Nullable(Of Decimal) = Nothing, Optional wastageCost As Nullable(Of Decimal) = Nothing) As AllSavingsBenefitDetails
Parameters
The difference between total cost and benefit cost for the 'totalHours' in the look-back period.
The estimated cost with benefit for the 'totalHours' in the look-back period. It's equal to (commitmentAmount * totalHours).
The amount saved for the 'totalHours' in the look-back period, by purchasing the recommended quantity of the benefit.
The savings in percentage for the 'totalHours' in the look-back period, by purchasing the recommended quantity of benefit.
Estimated benefit coverage percentage for the 'totalHours' in the look-back period, with this commitment.
Estimated average utilization percentage for the 'totalHours' in the look-back period, with this commitment.
Returns
A new AllSavingsBenefitDetails instance for mocking.
Applies to
Azure SDK for .NET