次の方法で共有


ServiceHealthState クラス

定義

サービス識別子とその集計された正常性状態を含むサービスの正常性状態を表します。

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

プロパティ

AggregatedHealthState

報告されたすべてのイベントと目的のポリシーに基づいて Health Manager によって計算された集計された正常性状態を取得します。

(継承元 EntityHealthState)
ServiceName

サービス名を取得します。

メソッド

ToString()

サービスの正常性状態の文字列の説明を作成します。

適用対象