다음을 통해 공유


StringBeginsWithFilter Class

Definition

StringBeginsWith Filter.

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

Constructors

StringBeginsWithFilter()

Initializes a new instance of StringBeginsWithFilter.

Properties

Key

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

(Inherited from EventGridFilter)
Values

The set of filter values.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<StringBeginsWithFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StringBeginsWithFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to