ArmSelfHelpModelFactory.TroubleshooterResult 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.
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.