Uses of Class
com.azure.resourcemanager.costmanagement.models.LookBackPeriod
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of LookBackPeriod in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final LookBackPeriod
LookBackPeriod.LAST30DAYS
Static value Last30Days for LookBackPeriod.static final LookBackPeriod
LookBackPeriod.LAST60DAYS
Static value Last60Days for LookBackPeriod.static final LookBackPeriod
LookBackPeriod.LAST7DAYS
Static value Last7Days for LookBackPeriod.Modifier and TypeMethodDescriptionstatic LookBackPeriod
LookBackPeriod.fromString
(String name) Creates or finds a LookBackPeriod from its string representation.BenefitRecommendationProperties.lookBackPeriod()
Get the lookBackPeriod property: The number of days of usage evaluated for computing the recommendations.Modifier and TypeMethodDescriptionstatic Collection<LookBackPeriod>
LookBackPeriod.values()
Gets known LookBackPeriod values.Modifier and TypeMethodDescriptionBenefitRecommendationProperties.withLookBackPeriod
(LookBackPeriod lookBackPeriod) Set the lookBackPeriod property: The number of days of usage evaluated for computing the recommendations.SharedScopeBenefitRecommendationProperties.withLookBackPeriod
(LookBackPeriod lookBackPeriod) Set the lookBackPeriod property: The number of days of usage evaluated for computing the recommendations.SingleScopeBenefitRecommendationProperties.withLookBackPeriod
(LookBackPeriod lookBackPeriod) Set the lookBackPeriod property: The number of days of usage evaluated for computing the recommendations.