SingleScopeBenefitRecommendationProperties 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.
The properties of the benefit recommendations when scope is 'Single'.
public class SingleScopeBenefitRecommendationProperties : Azure.ResourceManager.CostManagement.Models.BenefitRecommendationProperties
type SingleScopeBenefitRecommendationProperties = class
inherit BenefitRecommendationProperties
Public Class SingleScopeBenefitRecommendationProperties
Inherits BenefitRecommendationProperties
- Inheritance
Constructors
SingleScopeBenefitRecommendationProperties() |
Initializes a new instance of SingleScopeBenefitRecommendationProperties. |
Properties
AllRecommendationDetails |
The list of all benefit recommendations with the recommendation details. (Inherited from BenefitRecommendationProperties) |
ArmSkuName |
ARM SKU name. 'Compute_Savings_Plan' for SavingsPlan. (Inherited from BenefitRecommendationProperties) |
CommitmentGranularity |
Grain of the proposed commitment amount. Supported values: 'Hourly'. (Inherited from BenefitRecommendationProperties) |
CostWithoutBenefit |
The current cost without benefit, corresponds to 'totalHours' in the look-back period. (Inherited from BenefitRecommendationProperties) |
CurrencyCode |
An ISO 4217 currency code identifier for the costs and savings amounts. (Inherited from BenefitRecommendationProperties) |
FirstConsumptionOn |
The first usage date used for looking back for computing the recommendations. (Inherited from BenefitRecommendationProperties) |
LastConsumptionOn |
The last usage date used for looking back for computing the recommendations. (Inherited from BenefitRecommendationProperties) |
LookBackPeriod |
The number of days of usage evaluated for computing the recommendations. (Inherited from BenefitRecommendationProperties) |
RecommendationDetails |
The details of the proposed recommendation. (Inherited from BenefitRecommendationProperties) |
ResourceGroup |
The resource group that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope and 'ResourceGroup' request scope. |
SubscriptionId |
The subscription ID that this single scope recommendation is for. Applicable only if recommendation is for 'Single' scope. |
Term |
Term period of the benefit. For example, P1Y or P3Y. (Inherited from BenefitRecommendationProperties) |
TotalHours |
The total hours for which the cost is covered. Its equal to number of records in a property 'properties/usage/charges'. (Inherited from BenefitRecommendationProperties) |
Usage |
On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations. (Inherited from BenefitRecommendationProperties) |
Applies to
Azure SDK for .NET