Share via


IHealthCheck Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.HealthCheckTypeConverter))]
public interface IHealthCheck : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.HealthCheckTypeConverter))>]
type IHealthCheck = interface
    interface IJsonSerializable
Public Interface IHealthCheck
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalDetail

Additional details about the health check or the recommended action.

DisplayName

The display name of this health check item.

EndDateTime

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.

StartDateTime

Start time of health check item.

Status

The status of the health check item.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to