Delen via


NumberInAdvancedFilter Constructors

Definition

Overloads

NumberInAdvancedFilter()

Initializes a new instance of the NumberInAdvancedFilter class.

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

Initializes a new instance of the NumberInAdvancedFilter class.

NumberInAdvancedFilter()

Initializes a new instance of the NumberInAdvancedFilter class.

public NumberInAdvancedFilter ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NumberInAdvancedFilter class.

public NumberInAdvancedFilter (string key = default, System.Collections.Generic.IList<double?> values = default);
new Microsoft.Azure.Management.EventGrid.Models.NumberInAdvancedFilter : string * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.EventGrid.Models.NumberInAdvancedFilter
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