Compartir a través de


EventSubscriptionFilter.IncludedEventType 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.Owned)]
public System.Collections.Generic.List<string> IncludedEventType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Owned)>]
member this.IncludedEventType : System.Collections.Generic.List<string> with get, set
Public Property IncludedEventType As List(Of String)

Property Value

Implements

Attributes

Applies to