ClusterRepairTask Class
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.
Represents a repair task that has Cluster scope.
This class supports the Service Fabric platform; it is not meant to be called directly from your code.
public sealed class ClusterRepairTask : System.Fabric.Repair.RepairTask
type ClusterRepairTask = class
inherit RepairTask
Public NotInheritable Class ClusterRepairTask
Inherits RepairTask
- Inheritance
Constructors
ClusterRepairTask(String, String) |
Initializes a new instance of the ClusterRepairTask class. |
Properties
Action |
Gets the requested repair action. (Inherited from RepairTask) |
ApprovedTimestamp |
Gets the time when the repair task entered the Approved state. (Inherited from RepairTask) |
ClaimedTimestamp |
Gets the time when the repair task entered the Claimed state. (Inherited from RepairTask) |
CompletedTimestamp |
Gets the time when the repair task entered the Completed state. (Inherited from RepairTask) |
CreatedTimestamp |
Gets the time when the repair task entered the Created state. (Inherited from RepairTask) |
Description |
Gets or sets a description of the purpose or other informational details of the repair task. (Inherited from RepairTask) |
ExecutingTimestamp |
Gets the time when the repair task entered the Executing state. (Inherited from RepairTask) |
Executor |
Gets or sets the name of the repair executor. (Inherited from RepairTask) |
ExecutorData |
Gets or sets a data string that the repair executor can use to store its internal state. (Inherited from RepairTask) |
Flags |
Gets the flags that give additional details about the status of the repair task. (Inherited from RepairTask) |
Impact |
Gets an object that describes the impact of the repair. (Inherited from RepairTask) |
PerformPreparingHealthCheck |
Gets or sets a value to determine if health checks have to be performed when the repair task enters the Preparing state. (Inherited from RepairTask) |
PerformRestoringHealthCheck |
Gets or sets a value to determine if health checks have to be performed when the repair task enters the Restoring state. (Inherited from RepairTask) |
PreparingHealthCheckEndTimestamp |
Gets the time when the repair task completed the health check in the Preparing state. (Inherited from RepairTask) |
PreparingHealthCheckStartTimestamp |
Gets the time when the repair task started the health check in the Preparing state. (Inherited from RepairTask) |
PreparingHealthCheckState |
Gets the workflow state of the health check when the repair task is in the Preparing state. (Inherited from RepairTask) |
PreparingTimestamp |
Gets the time when the repair task entered the Preparing state. (Inherited from RepairTask) |
RestoringHealthCheckEndTimestamp |
Gets the time when the repair task completed the health check in the Restoring state. (Inherited from RepairTask) |
RestoringHealthCheckStartTimestamp |
Gets the time when the repair task started the health check in the Restoring state. (Inherited from RepairTask) |
RestoringHealthCheckState |
Gets the workflow state of the health check when the repair task is in the Restoring state. (Inherited from RepairTask) |
RestoringTimestamp |
Gets the time when the repair task entered the Restoring state. (Inherited from RepairTask) |
ResultCode |
Gets or sets a value providing additional details about the result of the repair task execution. (Inherited from RepairTask) |
ResultDetails |
Gets or sets a string providing additional details about the result of the repair task execution. (Inherited from RepairTask) |
ResultStatus |
Gets or sets a value describing the overall result of the repair task execution. (Inherited from RepairTask) |
Scope |
Gets an object describing the scope of the repair task. (Inherited from RepairTask) |
State |
Gets or sets the workflow state of the repair task. (Inherited from RepairTask) |
Target |
Gets or sets an object describing which entities the requested repair action is targeting. (Inherited from RepairTask) |
TaskId |
Gets the identifier of the repair task. (Inherited from RepairTask) |
Version |
Gets or sets the version of the repair task. (Inherited from RepairTask) |
Applies to
Azure SDK for .NET