Share via


EdgeSolutionDependencyContent Class

Definition

Solution Dependency Context.

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

Constructors

Name Description
EdgeSolutionDependencyContent()

Initializes a new instance of EdgeSolutionDependencyContent.

Properties

Name Description
Dependencies

Solution dependencies.

SolutionInstanceName

Solution Instance Name.

SolutionTemplateId

Solution Template Id.

SolutionTemplateVersion

Solution Template Version.

SolutionVersionId

Solution Version Id.

TargetId

Target Id.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<EdgeSolutionDependencyContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSolutionDependencyContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSolutionDependencyContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSolutionDependencyContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to