ClusterHealthChunkQueryDescription.ApplicationHealthPolicies Property

Definition

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

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

Property Value

The application health policies used to evaluate the health of the specified applications.

Remarks

Each entry specifies as key the application name and as value an ApplicationHealthPolicy used to evaluate the application health. If an application is not specified in the map, the ApplicationHealthPolicy found in the application manifest will be used for evaluation. The map is empty by default.

Applies to