共用方式為


NodeStateCounts 類別

定義

叢集上各種計算節點狀態的計數。

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

取得無法使用的節點計數。

適用於