Share via


NodeRepairTargetDescription Class

Definition

Describes the list of nodes targeted by a repair action.

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

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

Constructors

NodeRepairTargetDescription()

Initializes a new instance of the NodeRepairTargetDescription class with an empty list of node names.

NodeRepairTargetDescription(IEnumerable<String>)

Initializes a new instance of the NodeRepairTargetDescription class that contains elements copied from the specified collection.

NodeRepairTargetDescription(String)

Initializes a new instance of the NodeRepairTargetDescription class that contains the given node name as the only element in its node list.

Properties

Kind

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

(Inherited from RepairTargetDescription)
Nodes

Gets the list of node names.

Methods

ToString()

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

Applies to