共用方式為


NumberNotInRangeAdvancedFilter Constructors

Definition

Overloads

NumberNotInRangeAdvancedFilter()

Initializes a new instance of the NumberNotInRangeAdvancedFilter class.

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

Initializes a new instance of the NumberNotInRangeAdvancedFilter class.

NumberNotInRangeAdvancedFilter()

Initializes a new instance of the NumberNotInRangeAdvancedFilter class.

public NumberNotInRangeAdvancedFilter ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NumberNotInRangeAdvancedFilter class.

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

Parameters

key
String

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

values
IList<IList<Nullable<Double>>>

The set of filter values.

Applies to