NodeStateCounts 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叢集上各種計算節點狀態的計數。
public class NodeStateCounts
type NodeStateCounts = class
Public Class NodeStateCounts
- 繼承
-
NodeStateCounts
建構函式
NodeStateCounts() |
初始化 NodeStateCounts 類別的新實例。 |
NodeStateCounts(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
初始化 NodeStateCounts 類別的新實例。 |
屬性
IdleNodeCount |
取得閒置節點計數。 |
LeavingNodeCount |
取得離開節點計數。 |
PreparingNodeCount |
取得準備節點計數。 |
RunningNodeCount |
取得執行中的節點計數。 |
UnusableNodeCount |
取得無法使用的節點計數。 |