ApplicationHealthPolicy interface

Defines a health policy used to evaluate the health of an application or one of its children entities.

Properties

defaultServiceTypeHealthPolicy

The health policy used by default to evaluate the health of a service type.

serviceTypeHealthPolicies

The map with service type health policy per service type name. The map is empty by default.

Property Details

defaultServiceTypeHealthPolicy

The health policy used by default to evaluate the health of a service type.

defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy

Property Value

serviceTypeHealthPolicies

The map with service type health policy per service type name. The map is empty by default.

serviceTypeHealthPolicies?: {[propertyName: string]: ServiceTypeHealthPolicy}

Property Value

{[propertyName: string]: ServiceTypeHealthPolicy}