Sdílet prostřednictvím


ComponentPurgeBodyFilters Class

Definition

User-defined filters to return data which will be purged from the table.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))]
public class ComponentPurgeBodyFilters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeBodyFilters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))>]
type ComponentPurgeBodyFilters = class
    interface IComponentPurgeBodyFilters
    interface IJsonSerializable
Public Class ComponentPurgeBodyFilters
Implements IComponentPurgeBodyFilters
Inheritance
ComponentPurgeBodyFilters
Attributes
Implements

Constructors

ComponentPurgeBodyFilters()

Creates an new ComponentPurgeBodyFilters instance.

Properties

Column

The column of the table over which the given query should run

Key

When filtering over custom dimensions, this key will be used as the name of the custom dimension.

Operator
Value

the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComponentPurgeBodyFilters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComponentPurgeBodyFilters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeBodyFilters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComponentPurgeBodyFilters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to