HealthReportEntry 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 HealthReport 中的項目。 對應至單一 IHealthCheck 的結果。
public value class HealthReportEntry
public struct HealthReportEntry
type HealthReportEntry = struct
Public Structure HealthReportEntry
- 繼承
建構函式
HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>) |
使用指定的 |
HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>, IEnumerable<String>) |
使用指定的 |
屬性
Data |
取得描述元件健康狀態的其他索引鍵/值組。 |
Description |
取得可供人員閱讀的已檢查元件狀態描述。 |
Duration |
取得健康狀態檢查執行持續時間。 |
Exception |
取得代表檢查狀態時擲回之例外狀況的 Exception (如有)。 |
Status |
取得所檢查元件的健康狀態。 |
Tags |
取得與健康狀態檢查建立關聯的標記。 |