DeployedApplicationHealthStatesFilter.HealthStateFilterValue Property

Definition

Gets or sets the filter for the aggregated health state of the DeployedApplicationHealthState entries in the collection.

public System.Fabric.Health.HealthStateFilter HealthStateFilterValue { get; set; }
member this.HealthStateFilterValue : System.Fabric.Health.HealthStateFilter with get, set
Public Property HealthStateFilterValue As HealthStateFilter

Property Value

The filter for the aggregated health state of the DeployedApplicationHealthState entries.

Remarks

The input collection is filtered to return only entries that respect the desired health state. The filter represents a value obtained from members or bitwise combinations of members of HealthStateFilter.

Applies to