Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigFilter
Packages that use ReportConfigFilter
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigFilter in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigFilterModifier and TypeMethodDescriptionReportConfigDataset.filter()Get the filter property: Has filter expression to use in the report.ReportConfigFilter.withAnd(List<ReportConfigFilter> and) Set the and property: The logical "AND" expression.ReportConfigFilter.withDimensions(ReportConfigComparisonExpression dimensions) Set the dimensions property: Has comparison expression for a dimension.ReportConfigFilter.withOr(List<ReportConfigFilter> or) Set the or property: The logical "OR" expression.ReportConfigFilter.withTags(ReportConfigComparisonExpression 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 ReportConfigFilterModifier and TypeMethodDescriptionReportConfigFilter.and()Get the and property: The logical "AND" expression.ReportConfigFilter.or()Get the or property: The logical "OR" expression.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportConfigFilterModifier and TypeMethodDescriptionReportConfigDataset.withFilter(ReportConfigFilter filter) Set the filter property: Has filter expression to use in the report.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type ReportConfigFilterModifier and TypeMethodDescriptionReportConfigFilter.withAnd(List<ReportConfigFilter> and) Set the and property: The logical "AND" expression.ReportConfigFilter.withOr(List<ReportConfigFilter> or) Set the or property: The logical "OR" expression.