HealthStatistics.HealthStateCountList プロパティ

定義

さまざまなエンティティの種類の情報の HealthStateCount 一覧を取得します。

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

プロパティ値

さまざまなエンティティの種類に関する情報を含む HealthStateCount リスト。

注釈

この一覧では、クエリされたエンティティの子の数が 、Warning、および Error 状態でOk追跡されます。

適用対象