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