DeployedApplicationHealthQueryDescription.DeployedServicePackagesFilter Property

Definition

Gets or sets the filter for DeployedServicePackageHealthState children. Only children that match the filter will be returned.

public System.Fabric.Health.DeployedServicePackageHealthStatesFilter DeployedServicePackagesFilter { get; set; }
member this.DeployedServicePackagesFilter : System.Fabric.Health.DeployedServicePackageHealthStatesFilter with get, set
Public Property DeployedServicePackagesFilter As DeployedServicePackageHealthStatesFilter

Property Value

The DeployedServicePackageHealthStatesFilter used to filter returned deployed service packages.

Remarks

Only children that match the filter will be returned. All children will be used to evaluate the deployed application aggregated health state. If the filter is not specified, all deployed service package children of the deployed application are returned.

Applies to