Delen via


IForecastFilter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastFilterTypeConverter))]
public interface IForecastFilter : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastFilterTypeConverter))>]
type IForecastFilter = interface
    interface IJsonSerializable
Public Interface IForecastFilter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

And

The logical "AND" expression. Must have at least 2 items.

DimensionName

The name of the column to use in comparison.

DimensionOperator

The operator to use for comparison.

DimensionValue

Array of values to use for comparison

Or

The logical "OR" expression. Must have at least 2 items.

TagName

The name of the column to use in comparison.

TagOperator

The operator to use for comparison.

TagValue

Array of values to use for comparison

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to