Tag Class

Definition

A dictionary of name and value pairs.

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

Constructors

Tag()

Initializes a new instance of Tag.

Properties

TagValues

Dictionary of <string>.

Explicit Interface Implementations

IJsonModel<Tag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Tag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Tag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Tag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Tag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to