Package version:

Interface HealthCheck

An individual health check item

Hierarchy

  • HealthCheck

Properties

additionalDetails?: string

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.

displayName?: string

The display name of this health check item. NOTE: This property will not be serialized. It can only be populated by the server.

endDateTime?: Date

End time of the health check item. NOTE: This property will not be serialized. It can only be populated by the server.

errorType?: string

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.

recommendedAction?: string

The recommended action to fix the corresponding error. NOTE: This property will not be serialized. It can only be populated by the server.

startDateTime?: Date

Start time of health check item. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The status of the health check item. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc