Dela via


ISubscriptionUpdateParameters.FilterConfigurationIncludedEventType 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.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="includedEventTypes", Update=true)]
public System.Collections.Generic.List<string> FilterConfigurationIncludedEventType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="includedEventTypes", Update=true)>]
member this.FilterConfigurationIncludedEventType : System.Collections.Generic.List<string> with get, set
Public Property FilterConfigurationIncludedEventType As List(Of String)

Property Value

Attributes

Applies to