NumberGreaterThanAdvancedFilter Constructors

Definition

Overloads

NumberGreaterThanAdvancedFilter()

Initializes a new instance of the NumberGreaterThanAdvancedFilter class.

NumberGreaterThanAdvancedFilter(String, Nullable<Double>)

Initializes a new instance of the NumberGreaterThanAdvancedFilter class.

NumberGreaterThanAdvancedFilter()

Initializes a new instance of the NumberGreaterThanAdvancedFilter class.

public NumberGreaterThanAdvancedFilter ();
Public Sub New ()

Applies to

NumberGreaterThanAdvancedFilter(String, Nullable<Double>)

Initializes a new instance of the NumberGreaterThanAdvancedFilter class.

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

Parameters

key
String

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

value
Nullable<Double>

The filter value.

Applies to