DeployedServicePackageHealth クラス

定義

によって GetDeployedServicePackageHealthAsync(DeployedServicePackageHealthQueryDescription)返されるデプロイ済みサービス パッケージの正常性について説明します。

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

プロパティ

AggregatedHealthState

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

(継承元 EntityHealth)
ApplicationName

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

HealthEvents

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

(継承元 EntityHealth)
NodeName

デプロイされたサービス パッケージが実行されているノード名を取得します。

ServiceManifestName

サービス マニフェスト名を取得します。

ServicePackageActivationId

デプロイされたサービス パッケージの ActivationId を取得します。

UnhealthyEvaluations

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

(継承元 EntityHealth)

メソッド

AddUnhealthyEvaluationsString(StringBuilder)

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

(継承元 EntityHealth)
ToString()

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

適用対象