次の方法で共有


DeployedApplicationHealthState クラス

定義

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

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealthState)
ApplicationName

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

NodeName

デプロイされたアプリケーションのノード名を取得します。

メソッド

ToString()

ID と正常性状態を含む、ノード上のアプリケーションの文字列記述を作成します。

適用対象