Share via


UninstallSolutionContent Class

Definition

Uninstall Solution Parameter.

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

Constructors

UninstallSolutionContent(ResourceIdentifier)

Initializes a new instance of UninstallSolutionContent.

Properties

SolutionInstanceName

Solution Instance Name.

SolutionTemplateId

Solution Template ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UninstallSolutionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UninstallSolutionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UninstallSolutionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UninstallSolutionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UninstallSolutionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to