KeyValueFilter Class

Definition

Enables filtering of key-values.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.KeyValueFilterTypeConverter))]
public class KeyValueFilter : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.KeyValueFilterTypeConverter))>]
type KeyValueFilter = class
    interface IKeyValueFilter
    interface IJsonSerializable
Public Class KeyValueFilter
Implements IKeyValueFilter
Inheritance
KeyValueFilter
Attributes
Implements

Constructors

Name Description
KeyValueFilter()

Creates an new KeyValueFilter instance.

Properties

Name Description
Key

Filters key-values by their key field.

Label

Filters key-values by their label field.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyValueFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyValueFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IKeyValueFilter.

FromJsonString(String)

Creates a new instance of KeyValueFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyValueFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to