NodeDeactivationTaskId

Identity of the task related to deactivation operation on the node.

Properties

Name Type Required
Id string No
NodeDeactivationTaskType string (enum) No

Id

Type: string
Required: No

Value of the task id.


NodeDeactivationTaskType

Type: string (enum)
Required: No

The type of the task that performed the node deactivation. Following are the possible values.

Possible values are:

  • Invalid - Indicates the node deactivation task type is invalid. All Service Fabric enumerations have the invalid type. The value is zero. This value is not used.
  • Infrastructure - Specifies the task created by Infrastructure hosting the nodes. The value is 1.
  • Repair - Specifies the task that was created by the Repair Manager service. The value is 2.
  • Client - Specifies that the task was created by using the public API. The value is 3.