Compartir a través de


IQueryFilter Interface

Definition

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

Properties

And

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

Dimensions

Has comparison expression for a dimension

Not

The logical "NOT" expression.

Or

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

Tag

Has comparison expression for a tag

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to