NodeStatus Enum
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.
public enum NodeStatus
type NodeStatus =
Public Enum NodeStatus
- Inheritance
-
System.EnumNodeStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | |
Up | 1 | |
Down | 2 | |
Enabling | 3 | |
Disabling | 4 | |
Disabled | 5 | |
Unknown | 6 | |
Removed | 7 |