ArmSelfHelpModelFactory.TroubleshooterResult Method

Definition

public static Azure.ResourceManager.SelfHelp.Models.TroubleshooterResult TroubleshooterResult(string questionId = default, Azure.ResourceManager.SelfHelp.Models.TroubleshooterQuestionType? questionType = default, string response = default);
static member TroubleshooterResult : string * Nullable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterQuestionType> * string -> Azure.ResourceManager.SelfHelp.Models.TroubleshooterResult
Public Shared Function TroubleshooterResult (Optional questionId As String = Nothing, Optional questionType As Nullable(Of TroubleshooterQuestionType) = Nothing, Optional response As String = Nothing) As TroubleshooterResult

Parameters

questionId
String

id of the question.

questionType
Nullable<TroubleshooterQuestionType>

Type of Question.

response
String

Response key for SingleInput. For Multi-line test/open ended question it is free form text.

Returns

A new TroubleshooterResult instance for mocking.

Applies to