TroubleshooterResponse Class

Definition

User Response for Troubleshooter continue request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.TroubleshooterResponseTypeConverter))]
public class TroubleshooterResponse : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITroubleshooterResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.TroubleshooterResponseTypeConverter))>]
type TroubleshooterResponse = class
    interface ITroubleshooterResponse
    interface IJsonSerializable
Public Class TroubleshooterResponse
Implements ITroubleshooterResponse
Inheritance
TroubleshooterResponse
Attributes
Implements

Constructors

Name Description
TroubleshooterResponse()

Creates an new TroubleshooterResponse instance.

Properties

Name Description
QuestionId

id of the question.

QuestionType

Type of Question

Response

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TroubleshooterResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TroubleshooterResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITroubleshooterResponse.

FromJsonString(String)

Creates a new instance of TroubleshooterResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TroubleshooterResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to