NodeRepairTargetDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET