Delen via


EventSubscriptionProperties.FilterIncludedEventType Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> FilterIncludedEventType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)>]
member this.FilterIncludedEventType : System.Collections.Generic.List<string> with get, set
Public Property FilterIncludedEventType As List(Of String)

Property Value

Implements

Attributes

Applies to