IEventSubscription.FilterAdvancedFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of advanced filters that are used for filtering event subscriptions.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An array of advanced filters that are used for filtering event subscriptions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="advancedFilters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter> FilterAdvancedFilter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="An array of advanced filters that are used for filtering event subscriptions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="advancedFilters", Update=true)>]
member this.FilterAdvancedFilter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter> with get, set
Public Property FilterAdvancedFilter As List(Of IAdvancedFilter)
Property Value
- Attributes