Share via


EdgeSolutionVersionContent Class

Definition

Solution Version Parameter.

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

Constructors

EdgeSolutionVersionContent(ResourceIdentifier)

Initializes a new instance of EdgeSolutionVersionContent.

Properties

SolutionVersionId

Solution Version ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSolutionVersionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSolutionVersionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSolutionVersionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSolutionVersionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSolutionVersionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to