Share via


StringEndsWithAdvancedFilter Class

Definition

StringEndsWith Advanced Filter.

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

Constructors

StringEndsWithAdvancedFilter()

Initializes a new instance of StringEndsWithAdvancedFilter.

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<StringEndsWithAdvancedFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StringEndsWithAdvancedFilter>.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<StringEndsWithAdvancedFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StringEndsWithAdvancedFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StringEndsWithAdvancedFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to