Insight Class
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.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |