Share via


Section Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SectionTypeConverter))]
public class Section : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SectionTypeConverter))>]
type Section = class
    interface ISection
    interface IJsonSerializable
Public Class Section
Implements ISection
Inheritance
Section
Attributes
Implements

Constructors

Name Description
Section()

Creates an new Section instance.

Properties

Name Description
Content

Solution sections content.

ReplacementMapDiagnostic

Solution diagnostics results.

ReplacementMapMetricsBasedChart

Solution metrics based charts

ReplacementMapTroubleshooter

Solutions Troubleshooters

ReplacementMapVideo

Video solutions, which have the power to engage the customer by stimulating their senses

ReplacementMapVideoGroup

Group of Videos

ReplacementMapWebResult

Solution AzureKB results

Title

Solution sections title.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Section.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Section.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection.

FromJsonString(String)

Creates a new instance of Section, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Section into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to