ServiceHealth クラス

定義

によって GetServiceHealthAsync(ServiceHealthQueryDescription)返されるサービスの正常性について説明します。

public sealed class ServiceHealth : System.Fabric.Health.EntityHealth
type ServiceHealth = class
    inherit EntityHealth
Public NotInheritable Class ServiceHealth
Inherits EntityHealth
継承
ServiceHealth

プロパティ

AggregatedHealthState

エンティティの集計された正常性状態を取得します。

(継承元 EntityHealth)
HealthEvents

エンティティで報告された正常性イベントを取得します。

(継承元 EntityHealth)
HealthStatistics

、、および 状態にあるパーティションとレプリカの数に関する情報をOkWarning含むサービス正常性統計をError取得します。

PartitionHealthStates

現在のサービスのパーティション正常性状態を取得します。

ServiceName

サービス正常性エンティティを一意に識別するサービス名を取得します。

UnhealthyEvaluations

現在の集計された正常性状態が Health Manager によって返された理由を示す異常な評価を取得します。

(継承元 EntityHealth)

メソッド

AddUnhealthyEvaluationsString(StringBuilder)

StringBuilder指定すると、異常な評価 (ある場合) を記述する文字列が追加されます。

(継承元 EntityHealth)
ToString()

の文字列表現を取得します ServiceHealth

適用対象