ApplicationHealthQueryDescription.DeployedApplicationsFilter Property

Definition

Gets or sets the filter for DeployedApplicationHealthState 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.DeployedApplicationHealthStatesFilter DeployedApplicationsFilter { get; set; }
member this.DeployedApplicationsFilter : System.Fabric.Health.DeployedApplicationHealthStatesFilter with get, set
Public Property DeployedApplicationsFilter As DeployedApplicationHealthStatesFilter

Property Value

The filter for DeployedApplicationHealthStatesFilter 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 deployed application children of the application are returned.

Applies to