ApplicationHealthQueryDescription.ServicesFilter 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 the filter for ServiceHealthState children. Only children that match the filter will be returned. All children will be used to evaluate the application aggregated health state.
public System.Fabric.Health.ServiceHealthStatesFilter ServicesFilter { get; set; }
member this.ServicesFilter : System.Fabric.Health.ServiceHealthStatesFilter with get, set
Public Property ServicesFilter As ServiceHealthStatesFilter
Property Value
The filter for ServiceHealthState children.
Remarks
Only children that match the filter will be returned. All children will be used to evaluate the application aggregated health state. If the filter is not specified, all service children of the application are returned.