Sdílet prostřednictvím


ReportConfigFilter Class

Definition

The filter expression to be used in the report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigFilterTypeConverter))]
public class ReportConfigFilter : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigFilter, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigFilterInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigFilterTypeConverter))>]
type ReportConfigFilter = class
    interface IReportConfigFilter
    interface IJsonSerializable
    interface IReportConfigFilterInternal
Public Class ReportConfigFilter
Implements IReportConfigFilter, IReportConfigFilterInternal
Inheritance
ReportConfigFilter
Attributes
Implements

Constructors

ReportConfigFilter()

Creates an new ReportConfigFilter instance.

Properties

And

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

Dimension

Has comparison expression for a dimension

Or

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

Tag

Has comparison expression for a tag

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReportConfigFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReportConfigFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigFilter.

FromJsonString(String)

Creates a new instance of ReportConfigFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReportConfigFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to