ClusterHealthQueryDescription.ApplicationHealthPolicyMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET