Share via


NodeImpact Class

Definition

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