Share via


IsNullOrUndefinedFilter Class

Definition

IsNullOrUndefined Filter.

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

Constructors

IsNullOrUndefinedFilter()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IsNullOrUndefinedFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IsNullOrUndefinedFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to