ArmSelfHelpModelFactory.SelfHelpSection Method

Definition

Initializes a new instance of SelfHelpSection.

public static Azure.ResourceManager.SelfHelp.Models.SelfHelpSection SelfHelpSection (string title = default, string content = default, Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps replacementMaps = default);
static member SelfHelpSection : string * string * Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps -> Azure.ResourceManager.SelfHelp.Models.SelfHelpSection
Public Shared Function SelfHelpSection (Optional title As String = Nothing, Optional content As String = Nothing, Optional replacementMaps As SolutionReplacementMaps = Nothing) As SelfHelpSection

Parameters

title
String

Solution sections title.

content
String

Solution sections content.

replacementMaps
SolutionReplacementMaps

Solution replacement maps.

Returns

A new SelfHelpSection instance for mocking.

Applies to