HealthReportEntry 구조체

정의

HealthReport의 항목을 나타냅니다. 단일 IHealthCheck의 결과에 해당합니다.

public value class HealthReportEntry
public struct HealthReportEntry
type HealthReportEntry = struct
Public Structure HealthReportEntry
상속
HealthReportEntry

생성자

HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>)

status, exception, descriptiondata에 대해 지정된 값을 사용하여 새 HealthReportEntry를 만듭니다.

HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>, IEnumerable<String>)

status, exception, descriptiondata에 대해 지정된 값을 사용하여 새 HealthReportEntry를 만듭니다.

속성

Data

구성 요소의 상태를 설명하는 추가 키-값 쌍을 가져옵니다.

Description

확인된 구성 요소 상태에 대한 사람이 읽을 수 있는 설명을 가져옵니다.

Duration

상태 검사 실행 기간을 가져옵니다.

Exception

상태를 확인할 때 throw된 예외를 나타내는 Exception을 가져옵니다(있는 경우).

Status

확인된 구성 요소의 상태를 가져옵니다.

Tags

상태 검사와 연결된 태그를 가져옵니다.

적용 대상