ApplicationHealthStateChunk クラス

定義

アプリケーションの正常性状態チャンクを表します。このチャンクには、アプリケーションに関する基本的な正常性情報が含まれます。

public sealed class ApplicationHealthStateChunk
type ApplicationHealthStateChunk = class
Public NotInheritable Class ApplicationHealthStateChunk
継承
ApplicationHealthStateChunk

プロパティ

ApplicationName

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

ApplicationTypeName

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

DeployedApplicationHealthStateChunks

入力フィルターを考慮してデプロイされたアプリケーション正常性状態チャンクの一覧を取得します。

HealthState

報告されたすべての正常性イベント、子、およびアプリケーション正常性ポリシーに基づいて計算された、アプリケーションの集計された正常性状態を取得します。

ServiceHealthStateChunks

入力フィルターを考慮したサービス正常性状態チャンクの一覧を取得します。

メソッド

ToString()

正常性状態チャンクの文字列記述を作成します。

適用対象