ISection Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to