PredefinedTag Class

Definition

Tag details.

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

Properties

Count

The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.

Id

The tag name ID.

TagName

The tag name.

Values

The list of tag values.

Explicit Interface Implementations

IJsonModel<PredefinedTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredefinedTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredefinedTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredefinedTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredefinedTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to