다음을 통해 공유


ArmSelfHelpModelFactory.SelfHelpSolutionResult Method

Definition

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

id
ResourceIdentifier

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://learn.microsoft.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