Share via


ISubscriptionUpdateParameters.FilterConfigurationFilter Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An array of filters that are used for filtering event subscriptions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="filters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter> FilterConfigurationFilter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An array of filters that are used for filtering event subscriptions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="filters", Update=true)>]
member this.FilterConfigurationFilter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter> with get, set
Public Property FilterConfigurationFilter As List(Of IFilter)

Property Value

Attributes

Applies to