PredefinedTagValue Class

Definition

Tag information.

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

Properties

Count

The tag value count.

Id

The tag value ID.

TagValue

The tag value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PredefinedTagValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredefinedTagValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredefinedTagValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredefinedTagValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredefinedTagValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to