Share via


StringInAdvancedFilter Class

Definition

StringIn Advanced Filter.

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

Constructors

StringInAdvancedFilter()

Initializes a new instance of the StringInAdvancedFilter class.

StringInAdvancedFilter(String, IList<String>)

Initializes a new instance of the StringInAdvancedFilter 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