TroubleshooterResponse.FromJson(JsonNode) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITroubleshooterResponse FromJson(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Json.JsonNode node);
static member FromJson : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Json.JsonNode -> Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITroubleshooterResponse
Public Shared Function FromJson (node As JsonNode) As ITroubleshooterResponse

Parameters

node
JsonNode

a JsonNode to deserialize from.

Returns

an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ITroubleshooterResponse.

Applies to