RepairTaskHistory

A record of the times when the repair task entered each state.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Properties

Name Type Required
CreatedUtcTimestamp string (date-time) No
ClaimedUtcTimestamp string (date-time) No
PreparingUtcTimestamp string (date-time) No
ApprovedUtcTimestamp string (date-time) No
ExecutingUtcTimestamp string (date-time) No
RestoringUtcTimestamp string (date-time) No
CompletedUtcTimestamp string (date-time) No
PreparingHealthCheckStartUtcTimestamp string (date-time) No
PreparingHealthCheckEndUtcTimestamp string (date-time) No
RestoringHealthCheckStartUtcTimestamp string (date-time) No
RestoringHealthCheckEndUtcTimestamp string (date-time) No

CreatedUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Created state.


ClaimedUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Claimed state.


PreparingUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Preparing state.


ApprovedUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Approved state


ExecutingUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Executing state


RestoringUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Restoring state


CompletedUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task entered the Completed state


PreparingHealthCheckStartUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task started the health check in the Preparing state.


PreparingHealthCheckEndUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task completed the health check in the Preparing state.


RestoringHealthCheckStartUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task started the health check in the Restoring state.


RestoringHealthCheckEndUtcTimestamp

Type: string (date-time)
Required: No

The time when the repair task completed the health check in the Restoring state.