ClusterHealthChunkQueryDescription.ApplicationHealthPolicies 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.
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
Azure SDK for .NET