次の方法で共有


DeployedApplicationHealth.DeployedServicePackageHealthStates プロパティ

定義

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

public System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthState> DeployedServicePackageHealthStates { get; }
member this.DeployedServicePackageHealthStates : System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthState>
Public ReadOnly Property DeployedServicePackageHealthStates As IList(Of DeployedServicePackageHealthState)

プロパティ値

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

適用対象