SectionSelfHelp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Part of the solution and are dividers in the solution rendering.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SectionSelfHelpTypeConverter))]
public class SectionSelfHelp : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISectionSelfHelp
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SectionSelfHelpTypeConverter))>]
type SectionSelfHelp = class
interface ISectionSelfHelp
interface IJsonSerializable
Public Class SectionSelfHelp
Implements ISectionSelfHelp
- Inheritance
-
SectionSelfHelp
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SectionSelfHelp() |
Creates an new SectionSelfHelp instance. |
Properties
| Name | Description |
|---|---|
| Content |
Solution sections content. |
| 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 SectionSelfHelp. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SectionSelfHelp. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISectionSelfHelp. |
| FromJsonString(String) |
Creates a new instance of SectionSelfHelp, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SectionSelfHelp into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |