ArmSelfHelpModelFactory.SelfHelpSolutionResult 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 SelfHelpSolutionResult.
public static Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionResult SelfHelpSolutionResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string solutionId = default, string title = default, string content = default, Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult replacementMaps = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionSection> sections = default);
static member SelfHelpSolutionResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult * seq<Azure.ResourceManager.SelfHelp.Models.SolutionSection> -> Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionResult
Public Shared Function SelfHelpSolutionResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional solutionId As String = Nothing, Optional title As String = Nothing, Optional content As String = Nothing, Optional replacementMaps As ReplacementMapsResult = Nothing, Optional sections As IEnumerable(Of SolutionSection) = Nothing) As SelfHelpSolutionResult
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- solutionId
- String
SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://video2.skills-academy.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP.
- title
- String
The title.
- content
- String
The HTML content that needs to be rendered and shown to customer.
- replacementMaps
- ReplacementMapsResult
Solution replacement maps.
- sections
- IEnumerable<SolutionSection>
List of section object.
Returns
A new SelfHelpSolutionResult instance for mocking.
Applies to
Azure SDK for .NET