NodeDeactivationResult 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.
Contains the detailed deactivation information about a node.
public sealed class NodeDeactivationResult
type NodeDeactivationResult = class
Public NotInheritable Class NodeDeactivationResult
- Inheritance
-
NodeDeactivationResult
Properties
EffectiveIntent |
A node may get deactivated by multiple tasks at the same time. Each task may specify a different node deactivation intent. In this case, effective intent is highest intent among all deactivation tasks, where ordering is defined as Pause < Restart < RemoveData. |
PendingSafetyChecks |
Gets a list of safety checks that are currently failing. |
Status |
Specifies the deactivation status for a node. |
Tasks |
Contains information about all the node deactivation tasks for a node. |
Applies to
Azure SDK for .NET