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

GroupStatus interface

模型接口 GroupStatus

属性

actualCapacityInfo

获取或设置组的实际容量信息。

endpointCount

获取或设置组中终结点的实际数量。

requestedCapacity

获取或设置组的实例请求数。

属性详细信息

actualCapacityInfo

获取或设置组的实际容量信息。

actualCapacityInfo?: ActualCapacityInfo

属性值

endpointCount

获取或设置组中终结点的实际数量。

endpointCount?: number

属性值

number

requestedCapacity

获取或设置组的实例请求数。

requestedCapacity?: number

属性值

number