NodeRepairImpactDescription.ImpactedNodes Property

Definition

Gets the list of impacted nodes.

public System.Collections.Generic.IList<System.Fabric.Repair.NodeImpact> ImpactedNodes { get; }
member this.ImpactedNodes : System.Collections.Generic.IList<System.Fabric.Repair.NodeImpact>
Public ReadOnly Property ImpactedNodes As IList(Of NodeImpact)

Property Value

A list of NodeImpact objects describing the impact of the repair.

Applies to