Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the status of a node drain.
| Attribute | Value |
|---|---|
| Data type | DWORD |
| Access | Read-only |
| Structure | CLUSPROP_DWORD |
| Minimum | NodeDrainStatusNotInitiated (0) |
| Maximum | NodeDrainStatusFailed (3) |
| Default | NodeDrainStatusNotInitiated |
Remarks
This property can contain one of the following values from the CLUSTER_NODE_DRAIN_STATUS enumeration:
| Name | Value | Description |
|---|---|---|
| NodeDrainStatusNotInitiated | 0 | The node drain has not been initiated. |
| NodeDrainStatusInProgress | 1 | The node drain is in progress. |
| NodeDrainStatusCompleted | 2 | The node drain has completed. |
| NodeDrainStatusFailed | 3 | The node drain has failed. |
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2012 |