HealthCheck interface
An individual health check item
Properties
additional |
Additional details about the health check or the recommended action. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of this health check item. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
End time of the health check item. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The type of error that occurred during this health check. NOTE: This property will not be serialized. It can only be populated by the server. |
recommended |
The recommended action to fix the corresponding error. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Start time of health check item. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the health check item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalDetails
Additional details about the health check or the recommended action. NOTE: This property will not be serialized. It can only be populated by the server.
additionalDetails?: string
Property Value
string
displayName
The display name of this health check item. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
endDateTime
End time of the health check item. NOTE: This property will not be serialized. It can only be populated by the server.
endDateTime?: Date
Property Value
Date
errorType
The type of error that occurred during this health check. NOTE: This property will not be serialized. It can only be populated by the server.
errorType?: string
Property Value
string
recommendedAction
The recommended action to fix the corresponding error. NOTE: This property will not be serialized. It can only be populated by the server.
recommendedAction?: string
Property Value
string
startDateTime
Start time of health check item. NOTE: This property will not be serialized. It can only be populated by the server.
startDateTime?: Date
Property Value
Date
status
The status of the health check item. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string