DeployedApplicationHealthQueryDescription.HealthPolicy Property

Definition

Gets or sets the ApplicationHealthPolicy used to evaluate the deployed application 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 or the parent application to evaluate the deployed application. The application health policy is specified in the application manifest.

Applies to