Share via


ArmSelfHelpModelFactory.SelfHelpSimplifiedSolutionData Method

Definition

Initializes a new instance of SelfHelpSimplifiedSolutionData.

public static Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionData SelfHelpSimplifiedSolutionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string solutionId = default, System.Collections.Generic.IDictionary<string,string> parameters = default, string title = default, System.Collections.Generic.IReadOnlyDictionary<string,string> appendix = default, string content = default, Azure.ResourceManager.SelfHelp.Models.SolutionProvisioningState? provisioningState = default);
static member SelfHelpSimplifiedSolutionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * Nullable<Azure.ResourceManager.SelfHelp.Models.SolutionProvisioningState> -> Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionData
Public Shared Function SelfHelpSimplifiedSolutionData (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 parameters As IDictionary(Of String, String) = Nothing, Optional title As String = Nothing, Optional appendix As IReadOnlyDictionary(Of String, String) = Nothing, Optional content As String = Nothing, Optional provisioningState As Nullable(Of SolutionProvisioningState) = Nothing) As SelfHelpSimplifiedSolutionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

solutionId
String

Solution Id to identify single Simplified Solution.

parameters
IDictionary<String,String>

Client input parameters to run Simplified Solutions.

title
String

The title.

appendix
IReadOnlyDictionary<String,String>

Additional parameter response for Simplified Solutions.

content
String

The HTML content that needs to be rendered and shown to customer.

provisioningState
Nullable<SolutionProvisioningState>

Status of Simplified Solution provisioning.

Returns

A new SelfHelpSimplifiedSolutionData instance for mocking.

Applies to