ApplicationHealthPolicy Class

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

Inheritance
ApplicationHealthPolicy

Constructor

ApplicationHealthPolicy(*, default_service_type_health_policy: Optional[azure.mgmt.servicefabric.models._models_py3.ServiceTypeHealthPolicy] = None, service_type_health_policies: Optional[Dict[str, azure.mgmt.servicefabric.models._models_py3.ServiceTypeHealthPolicy]] = None, **kwargs)

Parameters

default_service_type_health_policy
ServiceTypeHealthPolicy
Required

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

service_type_health_policies
dict[<xref:str,azure.mgmt.servicefabric.models.ServiceTypeHealthPolicy>]
Required

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