你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IComponentPurgeBodyFilters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))]
public interface IComponentPurgeBodyFilters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeBodyFiltersTypeConverter))>]
type IComponentPurgeBodyFilters = interface
interface IJsonSerializable
Public Interface IComponentPurgeBodyFilters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |