Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HealthCheck

Package version

An individual health check item

Hierarchy

  • HealthCheck

Index

Properties

Optional additionalDetails

additionalDetails: undefined | 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.

Optional displayName

displayName: undefined | string

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

Optional endDateTime

endDateTime: Date

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

Optional errorType

errorType: undefined | 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.

Optional recommendedAction

recommendedAction: undefined | string

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

Optional startDateTime

startDateTime: Date

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

Optional status

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