Insight Class

Definition

Detailed insights(s) obtained via the invocation of an insight diagnostic

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

Constructors

Name Description
Insight()

Creates an new Insight instance.

Properties

Name Description
Id

Article id.

ImportanceLevel

Importance level of the insight.

Result

Detailed result content.

Title

This insight's title.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Insight.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Insight.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Insight into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to