DeployedApplicationHealthQueryDescription.DeployedServicePackagesFilter 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 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
Azure SDK for .NET