ISnapshot.Filter 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.
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