ClusterHealthChunkQueryDescription.ApplicationFilters Property

Definition

Gets the list of ApplicationHealthStateFilter to be applied to the application children health states.

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

Property Value

The list of ApplicationHealthStateFilter to be applied to the application children health states.

Remarks

The list can contain one default application filter and/or application filters for specific applications or application types to fine-grain entities returned by the query. All application children that match the filter will be returned as children of the cluster. If empty, no application is returned.

Applies to