ComponentTag Class

Definition

A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance.

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

Constructors

ComponentTag()

Initializes a new instance of ComponentTag.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<ComponentTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to