NodeImpact 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 expected impact of a repair to a particular node.
This class supports the Service Fabric platform; it is not meant to be called directly from your code.
public sealed class NodeImpact
type NodeImpact = class
Public NotInheritable Class NodeImpact
- Inheritance
-
NodeImpact
Constructors
NodeImpact() |
Initializes a new instance of the NodeImpact class. |
NodeImpact(String, NodeImpactLevel) |
Initializes a new instance of the NodeImpact class. |
Properties
ImpactLevel |
Gets or sets the level of impact expected. |
NodeName |
Gets or sets the name of the impacted node. |
Methods
ToString() |
Converts the value of the current object to a string representation. |
Applies to
Azure SDK for .NET