DeployedApplicationHealthStateFilter.DeployedServicePackageFilters Property

Definition

Gets the list of DeployedServicePackageHealthStateFilter to be applied to the deployed service package health states.

public System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthStateFilter> DeployedServicePackageFilters { get; }
member this.DeployedServicePackageFilters : System.Collections.Generic.IList<System.Fabric.Health.DeployedServicePackageHealthStateFilter>
Public ReadOnly Property DeployedServicePackageFilters As IList(Of DeployedServicePackageHealthStateFilter)

Property Value

The list of DeployedServicePackageHealthStateFilter to be applied to the deployed service package health states.

Remarks

All deployed service packages that match the filter will be returned as children of the deployed application. If empty, the children are not returned by default.

Applies to