RepairTaskHealthCheckState Enum
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.
Specifies the workflow state of a repair task's health check when the repair task enters either the Preparing or Restoring state.
public enum RepairTaskHealthCheckState
type RepairTaskHealthCheckState =
Public Enum RepairTaskHealthCheckState
- Inheritance
-
RepairTaskHealthCheckState
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | Indicates that the health check hasn't started. |
InProgress | 1 | Indicates that the health check is in progress |
Succeeded | 2 | Indicates that the health check succeeded. |
Skipped | 3 | Indicates that the health check was skipped. |
TimedOut | 4 | Indicates that the health check timed out. |
Remarks
Separate health checks are done when a repair task enters the Preparing and Restoring states.
Applies to
Azure SDK for .NET