Delen via


IsNotNullFilter Class

Definition

IsNotNull Filter.

public class IsNotNullFilter : Azure.ResourceManager.EventGrid.Models.EventGridFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.IsNotNullFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.IsNotNullFilter>
type IsNotNullFilter = class
    inherit EventGridFilter
    interface IJsonModel<IsNotNullFilter>
    interface IPersistableModel<IsNotNullFilter>
Public Class IsNotNullFilter
Inherits EventGridFilter
Implements IJsonModel(Of IsNotNullFilter), IPersistableModel(Of IsNotNullFilter)
Inheritance
IsNotNullFilter
Implements

Constructors

IsNotNullFilter()

Initializes a new instance of IsNotNullFilter.

Properties

Key

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

(Inherited from EventGridFilter)

Explicit Interface Implementations

IJsonModel<EventGridFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EventGridFilter)
IJsonModel<EventGridFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventGridFilter)
IJsonModel<IsNotNullFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IsNotNullFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventGridFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventGridFilter)
IPersistableModel<EventGridFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EventGridFilter)
IPersistableModel<EventGridFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventGridFilter)
IPersistableModel<IsNotNullFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IsNotNullFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IsNotNullFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to