共用方式為


ResourceHealthSummary interface

用來定義 Arm 資源下所包含資源的健全狀況摘要的基類。

屬性

categorizedResourceCounts

分類的資源計數。

issues

容器下資源健康情況錯誤的摘要清單。

resourceCount

容器下的總資源計數。

屬性詳細資料

categorizedResourceCounts

分類的資源計數。

categorizedResourceCounts?: {[propertyName: string]: number}

屬性值

{[propertyName: string]: number}

issues

容器下資源健康情況錯誤的摘要清單。

issues?: HealthErrorSummary[]

屬性值

resourceCount

容器下的總資源計數。

resourceCount?: number

屬性值

number