Share via


AvailableSolutionTemplateVersion Class

Definition

Available Solution template Version along with latest revision.

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

Properties

IsConfigured

Has this solution template version been configured.

LatestConfigRevision

Latest Configuration Revision.

SolutionTemplateVersion

Solution template Version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableSolutionTemplateVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableSolutionTemplateVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableSolutionTemplateVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableSolutionTemplateVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableSolutionTemplateVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to