Share via


NodeRepairImpactDescription Class

Definition

Represents the expected impact of a repair on a set of nodes.

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

public sealed class NodeRepairImpactDescription : System.Fabric.Repair.RepairImpactDescription
type NodeRepairImpactDescription = class
    inherit RepairImpactDescription
Public NotInheritable Class NodeRepairImpactDescription
Inherits RepairImpactDescription
Inheritance
NodeRepairImpactDescription

Constructors

NodeRepairImpactDescription()

Initializes a new instance of the NodeRepairImpactDescription class with an empty impact list.

Properties

ImpactedNodes

Gets the list of impacted nodes.

Kind

Gets the kind of the RepairImpactDescription represented by the current object.

(Inherited from RepairImpactDescription)

Methods

ToString()

Converts the value of the current object to a string representation.

Applies to