Share via


IEventSubscriptionFilter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilterTypeConverter))]
public interface IEventSubscriptionFilter : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilterTypeConverter))>]
type IEventSubscriptionFilter = interface
    interface IJsonSerializable
Public Interface IEventSubscriptionFilter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdvancedFilter

An array of advanced filters that are used for filtering event subscriptions.

EnableAdvancedFilteringOnArray

Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.

IncludedEventType

A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.

IsSubjectCaseSensitive

Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

SubjectBeginsWith

An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.

SubjectEndsWith

An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to