RepairTask.Scope Property

Definition

Gets an object describing the scope of the repair task.

public System.Fabric.Repair.RepairScopeIdentifier Scope { get; }
member this.Scope : System.Fabric.Repair.RepairScopeIdentifier
Public ReadOnly Property Scope As RepairScopeIdentifier

Property Value

A RepairScopeIdentifier object describing the scope of the repair task.

Remarks

The repair task scope determines the resource against which access checks are performed when the repair task is created, modified, deleted, or retrieved. Entities impacted by a repair must be contained within the scope of the repair task. For example, repairs which impact nodes require that the repair task be created under the Cluster scope.

Applies to