Delen via


ClusterHealthQueryDescription.ApplicationHealthPolicyMap Property

Definition

Gets the application health policies used to evaluate the health of the applications from the cluster. Each entry specifies as key the application name and as value an ApplicationHealthPolicy used to evaluate the application health.

public System.Fabric.Health.ApplicationHealthPolicyMap ApplicationHealthPolicyMap { get; }
member this.ApplicationHealthPolicyMap : System.Fabric.Health.ApplicationHealthPolicyMap
Public ReadOnly Property ApplicationHealthPolicyMap As ApplicationHealthPolicyMap

Property Value

The application health policies used to evaluate the health of the applications from the cluster.

Remarks

If an application is not specified in the map, the ApplicationHealthPolicy found in its application manifest will be used for evaluation. The map is empty by default.

Applies to