你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEventSubscriptionFilter.AdvancedFilter Property

Definition

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> AdvancedFilter { 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.AdvancedFilter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter> with get, set
Public Property AdvancedFilter As List(Of IAdvancedFilter)

Property Value

Attributes

Applies to