Share via


StringNotEndsWithFilter Class

Definition

StringNotEndsWith Filter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilterTypeConverter))]
public class StringNotEndsWithFilter : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStringNotEndsWithFilter, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilterTypeConverter))>]
type StringNotEndsWithFilter = class
    interface IStringNotEndsWithFilter
    interface IJsonSerializable
    interface IFilter
    interface IValidates
Public Class StringNotEndsWithFilter
Implements IStringNotEndsWithFilter, IValidates
Inheritance
StringNotEndsWithFilter
Attributes
Implements

Constructors

StringNotEndsWithFilter()

Creates an new StringNotEndsWithFilter instance.

Properties

Key

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

OperatorType

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.

Value

The set of filter values.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StringNotEndsWithFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StringNotEndsWithFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStringNotEndsWithFilter.

FromJsonString(String)

Creates a new instance of StringNotEndsWithFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StringNotEndsWithFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to