ServiceHealthStateFilter.HealthStateFilter Property

Definition

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

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

Property Value

The filter for the aggregated health state of the ServiceHealthState entries in the collection.

Remarks

The health state filter value comes from members or bitwise combination of members of HealthStateFilter. For a service to match the filter, its aggregated health state must match the specified health state filter.

Applies to