Share via


BoolEqualsFilter Class

Definition

BoolEquals Filter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilterTypeConverter))]
public class BoolEqualsFilter : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilterTypeConverter))>]
type BoolEqualsFilter = class
    interface IBoolEqualsFilter
    interface IJsonSerializable
    interface IFilter
    interface IValidates
Public Class BoolEqualsFilter
Implements IBoolEqualsFilter, IValidates
Inheritance
BoolEqualsFilter
Attributes
Implements

Constructors

BoolEqualsFilter()

Creates an new BoolEqualsFilter instance.

Properties

Key

The field/property in the event based on which you want to filter.

OperatorType

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.

Value

The boolean filter value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BoolEqualsFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BoolEqualsFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BoolEqualsFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to