ApplicationHealthStateFilter.ServiceFilters Property

Definition

Gets the list of ServiceHealthStateFilter to be applied to the service children health states.

public System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthStateFilter> ServiceFilters { get; }
member this.ServiceFilters : System.Collections.Generic.IList<System.Fabric.Health.ServiceHealthStateFilter>
Public ReadOnly Property ServiceFilters As IList(Of ServiceHealthStateFilter)

Property Value

The list of ServiceHealthStateFilter to be applied to the service children health states.

Remarks

The list can contain one default service filter or service filters for specific services to fine-grain entities returned by the query. All service children that match the filter will be returned as children of the application. If empty, the children are not returned by default.

Applies to