DevCenterHealthCheck Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An individual health check item.
public class DevCenterHealthCheck : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheck>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheck>
type DevCenterHealthCheck = class
interface IJsonModel<DevCenterHealthCheck>
interface IPersistableModel<DevCenterHealthCheck>
Public Class DevCenterHealthCheck
Implements IJsonModel(Of DevCenterHealthCheck), IPersistableModel(Of DevCenterHealthCheck)
- Inheritance
-
DevCenterHealthCheck
- Implements
Properties
AdditionalDetails |
Additional details about the health check or the recommended action. |
DisplayName |
The display name of this health check item. |
EndOn |
End time of the health check item. |
ErrorType |
The type of error that occurred during this health check. |
RecommendedAction |
The recommended action to fix the corresponding error. |
StartOn |
Start time of health check item. |
Status |
The status of the health check item. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevCenterHealthCheck>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevCenterHealthCheck>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevCenterHealthCheck>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevCenterHealthCheck>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevCenterHealthCheck>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |