共用方式為


NumberInRangeAdvancedFilter Constructors

Definition

Overloads

NumberInRangeAdvancedFilter()

Initializes a new instance of the NumberInRangeAdvancedFilter class.

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

Initializes a new instance of the NumberInRangeAdvancedFilter class.

NumberInRangeAdvancedFilter()

Initializes a new instance of the NumberInRangeAdvancedFilter class.

public NumberInRangeAdvancedFilter ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NumberInRangeAdvancedFilter class.

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