DeployedApplicationHealthStateFilter.DeployedServicePackageFilters 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 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
Azure SDK for .NET