ApplicationHealthStateFilter.HealthStateFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET