HealthCheckResult 構造体

定義

正常性チェックの結果を表します。

public value class HealthCheckResult
public struct HealthCheckResult
type HealthCheckResult = struct
Public Structure HealthCheckResult
継承
HealthCheckResult

コンストラクター

HealthCheckResult(HealthStatus, String, Exception, IReadOnlyDictionary<String,Object>)

statusexceptiondescription、および data に対して指定した値を使用して、新しい HealthCheckResult を作成します。

プロパティ

Data

コンポーネントの正常性を説明する追加のキーと値のペアを取得します。

Description

チェック対象のコンポーネントの状態を示す、人が判読できる説明を取得します。

Exception

状態をチェックするときにスローされた例外を表す Exception (存在する場合) を取得します。

Status

チェック対象のコンポーネントの状態を示す値を取得します。

メソッド

Degraded(String, Exception, IReadOnlyDictionary<String,Object>)

デグレードしたコンポーネントを表す HealthCheckResult を作成します。

Healthy(String, IReadOnlyDictionary<String,Object>)

正常なコンポーネントを表す HealthCheckResult を作成します。

Unhealthy(String, Exception, IReadOnlyDictionary<String,Object>)

異常なコンポーネントを表す HealthCheckResult を作成します。

適用対象