ApplicationHealthStateFilter.DeployedApplicationFilters 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 DeployedApplicationHealthStateFilter to be applied to the deployed application children health states.
public System.Collections.Generic.IList<System.Fabric.Health.DeployedApplicationHealthStateFilter> DeployedApplicationFilters { get; }
member this.DeployedApplicationFilters : System.Collections.Generic.IList<System.Fabric.Health.DeployedApplicationHealthStateFilter>
Public ReadOnly Property DeployedApplicationFilters As IList(Of DeployedApplicationHealthStateFilter)
Property Value
The list of DeployedApplicationHealthStateFilter to be applied to the deployed application children health states.
Remarks
The list can contain one default deployed application filter or deployed application filters for specific deployed applications to fine-grain entities returned by the query. All deployed application children that match the filter will be returned as children of the application. If empty, the children are not returned by default.