Share via


FilteringTag Class

Definition

The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.

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

Constructors

FilteringTag()

Creates an new FilteringTag instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FilteringTag.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FilteringTag.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IFilteringTag.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FilteringTag into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to