NodeRepairImpactDescription 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.
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
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
Azure SDK for .NET