Share via


SelfHelpSolutionPatch Class

Definition

Solution PatchRequest body.

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

Constructors

SelfHelpSolutionPatch()

Initializes a new instance of SelfHelpSolutionPatch.

Properties

Content

The HTML content that needs to be rendered and shown to customer.

Parameters

Client input parameters to run Solution.

ProvisioningState

Status of solution provisioning.

ReplacementMaps

Solution replacement maps.

Sections

List of section object.

SolutionId

Solution Id to identify single solution.

Title

The title.

TriggerCriteria

Solution request trigger criteria.

Explicit Interface Implementations

IJsonModel<SelfHelpSolutionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SelfHelpSolutionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SelfHelpSolutionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpSolutionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SelfHelpSolutionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to