Share via


DevCenterHealthStatusDetail Class

Definition

Pool health status detail.

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

Properties

Code

An identifier for the issue.

Message

A message describing the issue, intended to be suitable for display in a user interface.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterHealthStatusDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterHealthStatusDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterHealthStatusDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterHealthStatusDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterHealthStatusDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to