ResourceHealthSummary interface
用來定義 Arm 資源下所包含資源的健全狀況摘要的基類。
屬性
categorized |
分類的資源計數。 |
issues | 容器下資源健康情況錯誤的摘要清單。 |
resource |
容器下的總資源計數。 |
屬性詳細資料
categorizedResourceCounts
分類的資源計數。
categorizedResourceCounts?: {[propertyName: string]: number}
屬性值
{[propertyName: string]: number}
issues
resourceCount
容器下的總資源計數。
resourceCount?: number
屬性值
number