RepairScopeIdentifierKind Enum

Definition

Specifies the kind of the RepairScopeIdentifier.

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

public enum RepairScopeIdentifierKind
type RepairScopeIdentifierKind = 
Public Enum RepairScopeIdentifierKind
Inheritance
RepairScopeIdentifierKind

Fields

Cluster 1

The repair scope identifier represents the entire cluster.

Invalid 0

The repair scope identifier is not valid or is of an unknown type.

Applies to