你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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