IQueryFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |