enumerazione CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 (clusapi.h)
Definisce le notifiche generate per l'aggiornamento di un nodo del cluster.
Sintassi
typedef enum CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 {
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE = 0x00000001,
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT = 0x00000002,
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT = 0x00000004,
CLUSTER_CHANGE_UPGRADE_ALL
} ;
Costanti
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE Valore: 0x00000001 Indica che l'aggiornamento è in corso di preparazione. |
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT Valore: 0x00000002 Indica che l'aggiornamento è in corso. |
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT Valore: 0x00000004 Indica che l'aggiornamento è stato completato. |
CLUSTER_CHANGE_UPGRADE_ALL Indica tutte le notifiche di CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 . |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2016 |
Intestazione | clusapi.h |