Share via


IFilteringTag Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.FilteringTagTypeConverter))]
public interface IFilteringTag : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.FilteringTagTypeConverter))>]
type IFilteringTag = interface
    interface IJsonSerializable
Public Interface IFilteringTag
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Action

Valid actions for a filtering tag. Exclusion takes priority over inclusion.

Name

The name (also known as the key) of the tag.

Value

The value of the tag.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to