ISubscriptionUpdateParameters.FilterConfigurationFilter 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 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