Uses of Class
com.azure.resourcemanager.costmanagement.models.Grain
Packages that use Grain
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of Grain in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as GrainModifier and TypeFieldDescriptionstatic final GrainGrain.DAILYStatic value Daily for Grain.static final GrainGrain.HOURLYStatic value Hourly for Grain.static final GrainGrain.MONTHLYStatic value Monthly for Grain.Methods in com.azure.resourcemanager.costmanagement.models that return GrainModifier and TypeMethodDescriptionBenefitRecommendationProperties.commitmentGranularity()Get the commitmentGranularity property: Grain of the proposed commitment amount.static GrainGrain.fromString(String name) Creates or finds a Grain from its string representation.RecommendationUsageDetails.usageGrain()Get the usageGrain property: The grain of the usage.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type GrainModifier and TypeMethodDescriptionstatic Collection<Grain>Grain.values()Gets known Grain values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type GrainModifier 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.