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