Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastComparisonExpression
Packages that use ForecastComparisonExpression
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastComparisonExpression in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ForecastComparisonExpressionModifier and TypeMethodDescriptionForecastFilter.dimensions()Get the dimensions property: Has comparison expression for a dimension.ForecastFilter.tags()Get the tags property: Has comparison expression for a tag.Set the name property: The name of the column to use in comparison.ForecastComparisonExpression.withOperator(ForecastOperatorType operator) Set the operator property: The operator to use for comparison.ForecastComparisonExpression.withValues(List<String> values) Set the values property: Array of values to use for comparison.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastComparisonExpressionModifier and TypeMethodDescriptionForecastFilter.withDimensions(ForecastComparisonExpression dimensions) Set the dimensions property: Has comparison expression for a dimension.ForecastFilter.withTags(ForecastComparisonExpression tags) Set the tags property: Has comparison expression for a tag.