次の方法で共有


DeployedApplicationHealth クラス

定義

によって GetDeployedApplicationHealthAsync(DeployedApplicationHealthQueryDescription)返されるノードにデプロイされたアプリケーションの正常性について説明します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealth)
ApplicationName

アプリケーションを一意に識別するアプリケーション名を取得します。

DeployedServicePackageHealthStates

正常性ストアで見つかった、現在デプロイされているアプリケーションのデプロイ済みサービス パッケージの正常性状態を取得します。

HealthEvents

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

(継承元 EntityHealth)
HealthStatistics

、、および 状態にあるデプロイ済みサービス パッケージの数に関する情報を含む、デプロイされたアプリケーション正常性OkWarning統計をError取得します。

NodeName

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

UnhealthyEvaluations

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

(継承元 EntityHealth)

メソッド

AddUnhealthyEvaluationsString(StringBuilder)

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

(継承元 EntityHealth)
ToString()

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

適用対象