RepairTargetKind Enum

Definition

Specifies the kind of the RepairTargetDescription.

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

public enum RepairTargetKind
type RepairTargetKind = 
Public Enum RepairTargetKind
Inheritance
RepairTargetKind

Fields

Invalid 0

The repair target is not valid or is of an unknown type.

Node 1

The repair target is a set of Service Fabric nodes.

Applies to