Uses of Class
com.azure.resourcemanager.costmanagement.models.BenefitRecommendationProperties
Packages that use BenefitRecommendationProperties
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of BenefitRecommendationProperties in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return BenefitRecommendationPropertiesModifier and TypeMethodDescriptionBenefitRecommendationModelInner.properties()Get the properties property: The properties of the benefit recommendations.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type BenefitRecommendationPropertiesModifier and TypeMethodDescriptionBenefitRecommendationModelInner.withProperties(BenefitRecommendationProperties properties) Set the properties property: The properties of the benefit recommendations. -
Uses of BenefitRecommendationProperties in com.azure.resourcemanager.costmanagement.models
Modifier and TypeClassDescriptionfinal classThe properties of the benefit recommendation when scope is 'Shared'.final classThe properties of the benefit recommendations when scope is 'Single'.Methods in com.azure.resourcemanager.costmanagement.models that return BenefitRecommendationPropertiesModifier and TypeMethodDescriptionBenefitRecommendationModel.properties()Gets the properties property: The properties of the benefit recommendations.BenefitRecommendationProperties.withCommitmentGranularity(Grain commitmentGranularity) Set the commitmentGranularity property: Grain of the proposed commitment amount.BenefitRecommendationProperties.withLookBackPeriod(LookBackPeriod lookBackPeriod) Set the lookBackPeriod property: The number of days of usage evaluated for computing the recommendations.BenefitRecommendationProperties.withRecommendationDetails(AllSavingsBenefitDetails recommendationDetails) Set the recommendationDetails property: The details of the proposed recommendation.Set the term property: Term period of the benefit.BenefitRecommendationProperties.withUsage(RecommendationUsageDetails usage) Set the usage property: On-demand charges between firstConsumptionDate and lastConsumptionDate that were used for computing benefit recommendations.