Share via


EdgeSolutionTemplateContent Class

Definition

Solution Template Parameter.

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

Constructors

EdgeSolutionTemplateContent(ResourceIdentifier)

Initializes a new instance of EdgeSolutionTemplateContent.

Properties

SolutionDependencies

Solution Dependencies.

SolutionInstanceName

Solution Instance Name.

SolutionTemplateVersionId

Solution Template Version ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSolutionTemplateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSolutionTemplateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSolutionTemplateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSolutionTemplateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSolutionTemplateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to