ApplicationHealthStateFilter.HealthStateFilter Property

Definition

Gets or sets filter for the aggregated health state of the ApplicationHealthState 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 ApplicationHealthState entries in the collection.

Remarks

The health state filter value comes from members or bitwise combination of members of HealthStateFilter. For an application to match the filter, its aggregated health state must match the specified health state filter. If the health state filter is Default, the health state filter defaults to None if there are no specific filters (application name or application type name). Otherwise, the Default filter is considered to apply to All.

Applies to