Delen via


StringNotEndsWithAdvancedFilter Class

Definition

StringNotEndsWith Advanced Filter.

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

Constructors

StringNotEndsWithAdvancedFilter()

Initializes a new instance of StringNotEndsWithAdvancedFilter.

Properties

Key

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

(Inherited from AdvancedFilter)
Values

The set of filter values.

Explicit Interface Implementations

IJsonModel<AdvancedFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AdvancedFilter)
IJsonModel<StringNotEndsWithAdvancedFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StringNotEndsWithAdvancedFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AdvancedFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AdvancedFilter)
IPersistableModel<StringNotEndsWithAdvancedFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StringNotEndsWithAdvancedFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StringNotEndsWithAdvancedFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to