Share via


SolutionsTroubleshooters Class

Definition

Troubleshooters in Solutions.

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

Properties

Name Description
SolutionId

Solution Id to identify single Solutions Troubleshooter.

Summary

Troubleshooter summary.

Title

Troubleshooter title.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SolutionsTroubleshooters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SolutionsTroubleshooters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SolutionsTroubleshooters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SolutionsTroubleshooters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SolutionsTroubleshooters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to