TroubleshootingDetails Class

Definition

Information gained from troubleshooting of specified resource.

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

Properties

Detail

Details on troubleshooting results.

Id

The id of the get troubleshoot operation.

ReasonType

Reason type of failure.

RecommendedActions

List of recommended actions.

Summary

A summary of troubleshooting.

Explicit Interface Implementations

IJsonModel<TroubleshootingDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TroubleshootingDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TroubleshootingDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TroubleshootingDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TroubleshootingDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to