Dela via


ApplicationHealthQueryDescription.ServicesFilter Property

Definition

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.

Applies to