Share via


ReplicaHealthQueryDescription.HealthPolicy Property

Definition

Gets or sets the ApplicationHealthPolicy used to evaluate 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 replica health.

Applies to