共用方式為


CLUSTER_GROUP_STATE列舉 (msclus.h)

列舉 群組的可能狀態。

Syntax

typedef enum CLUSTER_GROUP_STATE {
  ClusterGroupStateUnknown = -1,
  ClusterGroupOnline,
  ClusterGroupOffline,
  ClusterGroupFailed,
  ClusterGroupPartialOnline,
  ClusterGroupPending
} ;

常數

 
ClusterGroupStateUnknown
值: -1
群組的狀態不明。
ClusterGroupOnline
群組中的所有資源都在 線上
ClusterGroupOffline
群組中的所有資源都是 離線
群組中沒有資源。
ClusterGroupFailed
群組中至少有一個 資源 失敗。
ClusterGroupPartialOnline
群組中至少一個資源上線。 沒有資源
暫止
失敗
ClusterGroupPending
群組中至少一個資源處於擱置狀態。 沒有資源失敗。

需求

   
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 Datacenter、Windows Server 2008 企業版
標頭 msclus.h

另請參閱

容錯移轉叢集列舉

GetClusterGroupState

ClusResGroup 物件的 State 屬性