Share via


InstallSolutionContent Class

Definition

Install Solution Parameter.

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

Constructors

InstallSolutionContent(ResourceIdentifier)

Initializes a new instance of InstallSolutionContent.

Properties

SolutionVersionId

Solution Version ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InstallSolutionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstallSolutionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstallSolutionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstallSolutionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstallSolutionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to