Share via


SelfHelpDiagnosticInsight Class

Definition

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

public class SelfHelpDiagnosticInsight
public class SelfHelpDiagnosticInsight : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight>
type SelfHelpDiagnosticInsight = class
type SelfHelpDiagnosticInsight = class
    interface IJsonModel<SelfHelpDiagnosticInsight>
    interface IPersistableModel<SelfHelpDiagnosticInsight>
Public Class SelfHelpDiagnosticInsight
Public Class SelfHelpDiagnosticInsight
Implements IJsonModel(Of SelfHelpDiagnosticInsight), IPersistableModel(Of SelfHelpDiagnosticInsight)
Inheritance
SelfHelpDiagnosticInsight
Implements

Properties

Id

Article id.

InsightImportanceLevel

Importance level of the insight.

Results

Detailed result content.

Title

This insight's title.

Explicit Interface Implementations

IJsonModel<SelfHelpDiagnosticInsight>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SelfHelpDiagnosticInsight>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SelfHelpDiagnosticInsight>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpDiagnosticInsight>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SelfHelpDiagnosticInsight>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to