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.Functions.Models.Api20150501.ComponentPurgeBodyFiltersTypeConverter))]
public interface IComponentPurgeBodyFilters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.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) |