NodeHealthQueryDescription.HealthPolicy Property

Definition

Gets or sets the ClusterHealthPolicy used to evaluate the node health.

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

Property Value

The ClusterHealthPolicy used to evaluate the node health.

Remarks

If not specified, the health store uses the cluster health policy from the manifest (if exists) or the default, strict health policy.

Applies to