ApplicationHealth クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって GetApplicationHealthAsync(ApplicationHealthQueryDescription)返されるアプリケーションの正常性について説明します。
public sealed class ApplicationHealth : System.Fabric.Health.EntityHealth
type ApplicationHealth = class
inherit EntityHealth
Public NotInheritable Class ApplicationHealth
Inherits EntityHealth
- 継承
プロパティ
AggregatedHealthState |
エンティティの集計された正常性状態を取得します。 (継承元 EntityHealth) |
ApplicationName |
アプリケーションを一意に識別するアプリケーション名を取得します。 |
DeployedApplicationHealthStates |
正常性ストアで見つかった現在のアプリケーションのデプロイされたアプリケーションの正常性状態を取得します。 |
HealthEvents |
エンティティで報告される正常性イベントを取得します。 (継承元 EntityHealth) |
HealthStatistics |
アプリケーションの正常性統計を取得します。この統計情報には、、、および Error 状態にあるアプリケーションのエンティティの数にOkWarning関する情報が含まれます。 |
ServiceHealthStates |
正常性ストアにある現在のアプリケーションのサービス正常性状態を取得します。 |
UnhealthyEvaluations |
現在の集計された正常性状態が Health Manager によって返された理由を示す異常な評価を取得します。 (継承元 EntityHealth) |
メソッド
AddUnhealthyEvaluationsString(StringBuilder) |
を StringBuilder指定すると、異常な評価を記述する文字列が追加されます (存在する場合)。 (継承元 EntityHealth) |
ToString() |
の文字列表現を取得します ApplicationHealth。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET