Snapshot.Filter Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Origin(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter> Filter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Origin(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PropertyOrigin.Inlined)>]
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

Implements

Attributes

Applies to