Share via


SelfHelpSection Class

Definition

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

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

Properties

Content

Solution sections content.

ReplacementMaps

Solution replacement maps.

Title

Solution sections title.

Explicit Interface Implementations

IJsonModel<SelfHelpSection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SelfHelpSection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SelfHelpSection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpSection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SelfHelpSection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to