ApplicationHealthState クラス

定義

アプリケーション識別子と集計された正常性状態を含むアプリケーションの正常性状態を表します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealthState)
ApplicationName

アプリケーション名を取得します。

メソッド

ToString()

アプリケーションの正常性状態の文字列の説明を取得します。

適用対象