你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取不可用的节点计数。

适用于