다음을 통해 공유


FilteringTag Class

Definition

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

public class FilteringTag : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.FilteringTag>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.FilteringTag>
type FilteringTag = class
    interface IJsonModel<FilteringTag>
    interface IPersistableModel<FilteringTag>
Public Class FilteringTag
Implements IJsonModel(Of FilteringTag), IPersistableModel(Of FilteringTag)
Inheritance
FilteringTag
Implements

Constructors

FilteringTag()

Initializes a new instance of FilteringTag.

Properties

Action

Valid actions for a filtering tag.

Name

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

Value

The value of the tag.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FilteringTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FilteringTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FilteringTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FilteringTag>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FilteringTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to