共用方式為


IsNullOrUndefinedAdvancedFilter Constructors

Definition

Overloads

IsNullOrUndefinedAdvancedFilter()

Initializes a new instance of the IsNullOrUndefinedAdvancedFilter class.

IsNullOrUndefinedAdvancedFilter(String)

Initializes a new instance of the IsNullOrUndefinedAdvancedFilter class.

IsNullOrUndefinedAdvancedFilter()

Initializes a new instance of the IsNullOrUndefinedAdvancedFilter class.

public IsNullOrUndefinedAdvancedFilter ();
Public Sub New ()

Applies to

IsNullOrUndefinedAdvancedFilter(String)

Initializes a new instance of the IsNullOrUndefinedAdvancedFilter class.

public IsNullOrUndefinedAdvancedFilter (string key = default);
new Microsoft.Azure.Management.EventGrid.Models.IsNullOrUndefinedAdvancedFilter : string -> Microsoft.Azure.Management.EventGrid.Models.IsNullOrUndefinedAdvancedFilter
Public Sub New (Optional key As String = Nothing)

Parameters

key
String

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

Applies to