Share via


WebTestComponentTag Class

Definition

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

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

Constructors

WebTestComponentTag()

Initializes a new instance of WebTestComponentTag.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<WebTestComponentTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebTestComponentTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebTestComponentTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebTestComponentTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebTestComponentTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to