RepairTask.Target Property

Definition

Gets or sets an object describing which entities the requested repair action is targeting.

public System.Fabric.Repair.RepairTargetDescription Target { get; set; }
member this.Target : System.Fabric.Repair.RepairTargetDescription with get, set
Public Property Target As RepairTargetDescription

Property Value

An object describing which entities the requested repair action is targeting.

Remarks

Target may be null if the repair action does not require information about specific targets.

Applies to