ApplicationHealthQueryDescription.DeployedApplicationsFilter 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 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.