Share via


IsNotNullFilter Class

Definition

IsNotNull Filter.

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

Constructors

IsNotNullFilter()

Creates an new IsNotNullFilter 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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IsNotNullFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IsNotNullFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IsNotNullFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to