Share via


IsNullOrUndefinedAdvancedFilter Class

Definition

IsNullOrUndefined Advanced Filter.

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

Constructors

IsNullOrUndefinedAdvancedFilter()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IsNullOrUndefinedAdvancedFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IsNullOrUndefinedAdvancedFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to