DiagnosticSolution Class

Definition

Class Representing Solution for problems detected.

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

Constructors

DiagnosticSolution()

Initializes a new instance of DiagnosticSolution.

Properties

Data

Solution Data.

Description

Description of the solution.

DisplayName

Display Name of the solution.

Id

Solution Id.

Metadata

Solution Metadata.

Order

Order of the solution.

SolutionType

Type of Solution.

Explicit Interface Implementations

IJsonModel<DiagnosticSolution>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiagnosticSolution>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiagnosticSolution>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiagnosticSolution>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiagnosticSolution>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to