TemplateSpecVersionInfo Class

Definition

High-level information about a Template Spec version.

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

Properties

Description

Template Spec version description.

TimeCreated

The timestamp of when the version was created.

TimeModified

The timestamp of when the version was last modified.

Explicit Interface Implementations

IJsonModel<TemplateSpecVersionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TemplateSpecVersionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TemplateSpecVersionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TemplateSpecVersionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TemplateSpecVersionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to