Share via


SolutionSection Class

Definition

Part of the solution and are dividers in the solution rendering.

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

Properties

Name Description
Content

Solution sections content.

ReplacementMaps

Solution replacement maps.

Title

Solution sections title.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<SolutionSection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SolutionSection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SolutionSection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SolutionSection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to