Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryFilter
Packages that use QueryFilter
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryFilter in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryFilterModifier and TypeMethodDescriptionQueryDataset.filter()Get the filter property: The filter expression to use in the query.QueryFilter.withAnd(List<QueryFilter> and) Set the and property: The logical "AND" expression.QueryFilter.withDimensions(QueryComparisonExpression dimensions) Set the dimensions property: Has comparison expression for a dimension.QueryFilter.withOr(List<QueryFilter> or) Set the or property: The logical "OR" expression.QueryFilter.withTags(QueryComparisonExpression tags) Set the tags property: Has comparison expression for a tag.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type QueryFilterModifier and TypeMethodDescriptionQueryFilter.and()Get the and property: The logical "AND" expression.QueryFilter.or()Get the or property: The logical "OR" expression.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type QueryFilterModifier and TypeMethodDescriptionQueryDataset.withFilter(QueryFilter filter) Set the filter property: The filter expression to use in the query.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type QueryFilterModifier and TypeMethodDescriptionQueryFilter.withAnd(List<QueryFilter> and) Set the and property: The logical "AND" expression.QueryFilter.withOr(List<QueryFilter> or) Set the or property: The logical "OR" expression.