Share via


NumberGreaterThanFilter Class

Definition

NumberGreaterThan Filter.

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

Constructors

NumberGreaterThanFilter()

Creates an new NumberGreaterThanFilter 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 filter value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NumberGreaterThanFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NumberGreaterThanFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NumberGreaterThanFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to