ApplicationHealthPolicy Class
Defines a health policy used to evaluate the health of an application or one of its children entities.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ApplicationHealthPolicy
Constructor
ApplicationHealthPolicy(*, consider_warning_as_error: bool, max_percent_unhealthy_deployed_applications: int, default_service_type_health_policy: Optional[azure.mgmt.servicefabricmanagedclusters.models._models_py3.ServiceTypeHealthPolicy] = None, service_type_health_policy_map: Optional[Dict[str, azure.mgmt.servicefabricmanagedclusters.models._models_py3.ServiceTypeHealthPolicy]] = None, **kwargs)
Parameters
- consider_warning_as_error
- bool
Required. Indicates whether warnings are treated with the same severity as errors.
- max_percent_unhealthy_deployed_applications
- int
Required. The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100. The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error. This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster. The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
- default_service_type_health_policy
- <xref:service_fabric_managed_clusters_management_client.models.ServiceTypeHealthPolicy>
The health policy used by default to evaluate the health of a service type.
- service_type_health_policy_map
- dict[<xref:str,service_fabric_managed_clusters_management_client.models.ServiceTypeHealthPolicy>]
The map with service type health policy per service type name. The map is empty by default.
Feedback
Submit and view feedback for