Share via


ArmSelfHelpModelFactory.SolutionsTroubleshooters Method

Definition

Initializes a new instance of SolutionsTroubleshooters.

public static Azure.ResourceManager.SelfHelp.Models.SolutionsTroubleshooters SolutionsTroubleshooters (string solutionId = default, string title = default, string summary = default);
static member SolutionsTroubleshooters : string * string * string -> Azure.ResourceManager.SelfHelp.Models.SolutionsTroubleshooters
Public Shared Function SolutionsTroubleshooters (Optional solutionId As String = Nothing, Optional title As String = Nothing, Optional summary As String = Nothing) As SolutionsTroubleshooters

Parameters

solutionId
String

Solution Id to identify single Solutions Troubleshooter.

title
String

Troubleshooter title.

summary
String

Troubleshooter summary.

Returns

A new SolutionsTroubleshooters instance for mocking.

Applies to