ISnapshot.Filter Property

Definition

A list of filters used to filter the key-values included in the snapshot.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="A list of filters used to filter the key-values included in the snapshot.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="filters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter> Filter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="A list of filters used to filter the key-values included in the snapshot.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="filters", Update=true)>]
member this.Filter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter> with get, set
Public Property Filter As List(Of IKeyValueFilter)

Property Value

Attributes

Applies to