Share via


NumberNotInAdvancedFilter Constructors

Definition

Overloads

NumberNotInAdvancedFilter()

Initializes a new instance of the NumberNotInAdvancedFilter class.

NumberNotInAdvancedFilter(String, IList<Nullable<Double>>)

Initializes a new instance of the NumberNotInAdvancedFilter class.

NumberNotInAdvancedFilter()

Initializes a new instance of the NumberNotInAdvancedFilter class.

public NumberNotInAdvancedFilter ();
Public Sub New ()

Applies to

NumberNotInAdvancedFilter(String, IList<Nullable<Double>>)

Initializes a new instance of the NumberNotInAdvancedFilter class.

public NumberNotInAdvancedFilter (string key = default, System.Collections.Generic.IList<double?> values = default);
new Microsoft.Azure.Management.EventGrid.Models.NumberNotInAdvancedFilter : string * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.EventGrid.Models.NumberNotInAdvancedFilter
Public Sub New (Optional key As String = Nothing, Optional values As IList(Of Nullable(Of Double)) = Nothing)

Parameters

key
String

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

values
IList<Nullable<Double>>

The set of filter values.

Applies to