Delen via


StringNotBeginsWithAdvancedFilter Class

Definition

StringNotBeginsWith Advanced Filter.

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

Constructors

StringNotBeginsWithAdvancedFilter()

Initializes a new instance of StringNotBeginsWithAdvancedFilter.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<StringNotBeginsWithAdvancedFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StringNotBeginsWithAdvancedFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to