DeployedApplicationHealth.HealthStatistics Property

Definition

Gets the deployed application health statistics, which contain information about how many deployed service packages are in Ok, Warning, and Error state.

public System.Fabric.Health.HealthStatistics HealthStatistics { get; }
member this.HealthStatistics : System.Fabric.Health.HealthStatistics
Public ReadOnly Property HealthStatistics As HealthStatistics

Property Value

The deployed application health statistics.

Remarks

The deployed application health statistics contain information about how many deployed service packages are in Ok, Warning, and Error state. It can be null or empty if the query that returns the DeployedApplicationHealth specified DeployedApplicationHealthStatisticsFilter to exclude health statistics.

Applies to