Uses of Class
com.azure.resourcemanager.costmanagement.models.Grain
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of Grain in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final Grain
Grain.DAILY
Static value Daily for Grain.static final Grain
Grain.HOURLY
Static value Hourly for Grain.static final Grain
Grain.MONTHLY
Static value Monthly for Grain.Modifier and TypeMethodDescriptionBenefitRecommendationProperties.commitmentGranularity()
Get the commitmentGranularity property: Grain of the proposed commitment amount.static Grain
Grain.fromString
(String name) Creates or finds a Grain from its string representation.RecommendationUsageDetails.usageGrain()
Get the usageGrain property: The grain of the usage.Modifier and TypeMethodDescriptionstatic Collection<Grain>
Grain.values()
Gets known Grain values.Modifier and TypeMethodDescriptionBenefitRecommendationProperties.withCommitmentGranularity
(Grain commitmentGranularity) Set the commitmentGranularity property: Grain of the proposed commitment amount.SharedScopeBenefitRecommendationProperties.withCommitmentGranularity
(Grain commitmentGranularity) Set the commitmentGranularity property: Grain of the proposed commitment amount.SingleScopeBenefitRecommendationProperties.withCommitmentGranularity
(Grain commitmentGranularity) Set the commitmentGranularity property: Grain of the proposed commitment amount.RecommendationUsageDetails.withUsageGrain
(Grain usageGrain) Set the usageGrain property: The grain of the usage.