IHealthCheck Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.HealthCheckTypeConverter))]
public interface IHealthCheck : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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) |