ArmSelfHelpModelFactory.SelfHelpSection Method
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.
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.