Share via


PredefinedTagCount Class

Definition

Tag count.

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

Properties

Name Description
PredefinedTagCountType

Type of count.

Value

Value of count.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PredefinedTagCount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredefinedTagCount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredefinedTagCount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredefinedTagCount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredefinedTagCount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to