Share via


SharedScopeBenefitRecommendationProperties Class

Definition

The properties of the benefit recommendation when scope is 'Shared'.

public class SharedScopeBenefitRecommendationProperties : Azure.ResourceManager.CostManagement.Models.BenefitRecommendationProperties
type SharedScopeBenefitRecommendationProperties = class
    inherit BenefitRecommendationProperties
Public Class SharedScopeBenefitRecommendationProperties
Inherits BenefitRecommendationProperties
Inheritance
SharedScopeBenefitRecommendationProperties

Constructors

SharedScopeBenefitRecommendationProperties()

Initializes a new instance of SharedScopeBenefitRecommendationProperties.

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)
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