enumerazione CLUSTER_UPGRADE_PHASE (clusapi.h)
Descrive lo stato di un aggiornamento in sequenza del sistema operativo in un cluster. Questa enumerazione viene usata dalla funzione di callback ClusterUpgradeProgressCallback .
Sintassi
typedef enum _CLUSTER_UPGRADE_PHASE {
ClusterUpgradePhaseInitialize = 1,
ClusterUpgradePhaseValidatingUpgrade = 2,
ClusterUpgradePhaseUpgradingComponents = 3,
ClusterUpgradePhaseInstallingNewComponents = 4,
ClusterUpgradePhaseUpgradeComplete = 5
} CLUSTER_UPGRADE_PHASE;
Costanti
ClusterUpgradePhaseInitialize Valore: 1 I nodi ricevono una notifica dell'avvio di un aggiornamento. |
ClusterUpgradePhaseValidatingUpgrade Valore: 2 L'aggiornamento viene convalidato per determinare se è possibile aggiornare tutti i nodi del cluster. |
ClusterUpgradePhaseUpgradingComponents Valore: 3 I nodi vengono aggiornati. |
ClusterUpgradePhaseInstallingNewComponents Valore: 4 Vengono installate le nuove risorse. |
ClusterUpgradePhaseUpgradeComplete Valore: 5 L'aggiornamento è completo. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2016 |
Intestazione | clusapi.h |