ClusterHealthChunkQueryDescription.ApplicationFilters 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 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.