Share via


StringEndsWithAdvancedFilter Class

Definition

StringEndsWith Advanced Filter.

[Newtonsoft.Json.JsonObject("StringEndsWith")]
public class StringEndsWithAdvancedFilter : Microsoft.Azure.Management.EventGrid.Models.AdvancedFilter
[<Newtonsoft.Json.JsonObject("StringEndsWith")>]
type StringEndsWithAdvancedFilter = class
    inherit AdvancedFilter
Public Class StringEndsWithAdvancedFilter
Inherits AdvancedFilter
Inheritance
StringEndsWithAdvancedFilter
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

StringEndsWithAdvancedFilter()

Initializes a new instance of the StringEndsWithAdvancedFilter class.

StringEndsWithAdvancedFilter(String, IList<String>)

Initializes a new instance of the StringEndsWithAdvancedFilter class.

Properties

Key

Gets or sets the field/property in the event based on which you want to filter.

(Inherited from AdvancedFilter)
Values

Gets or sets the set of filter values.

Applies to