Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigComparisonExpression
Packages that use ReportConfigComparisonExpression
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigComparisonExpression in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigComparisonExpressionModifier and TypeMethodDescriptionReportConfigFilter.dimensions()Get the dimensions property: Has comparison expression for a dimension.ReportConfigFilter.tags()Get the tags property: Has comparison expression for a tag.Set the name property: The name of the column to use in comparison.ReportConfigComparisonExpression.withOperator(OperatorType operator) Set the operator property: The operator to use for comparison.ReportConfigComparisonExpression.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 ReportConfigComparisonExpressionModifier and TypeMethodDescriptionReportConfigFilter.withDimensions(ReportConfigComparisonExpression dimensions) Set the dimensions property: Has comparison expression for a dimension.ReportConfigFilter.withTags(ReportConfigComparisonExpression tags) Set the tags property: Has comparison expression for a tag.