DeployedServicePackageHealthQueryDescription.HealthPolicy Property

Definition

Gets or sets the ApplicationHealthPolicy used to evaluate the health.

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

Property Value

The ApplicationHealthPolicy used to evaluate health.

Remarks

If not specified, the health store uses the application health policy of the parent application to evaluate the deployed service package health.

Applies to