ApplicationDeltaHealthPolicy Class
Defines a delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.
- Inheritance
-
ApplicationDeltaHealthPolicy
Constructor
ApplicationDeltaHealthPolicy(*, default_service_type_delta_health_policy: Optional[azure.mgmt.servicefabric.models._models_py3.ServiceTypeDeltaHealthPolicy] = None, service_type_delta_health_policies: Optional[Dict[str, azure.mgmt.servicefabric.models._models_py3.ServiceTypeDeltaHealthPolicy]] = None, **kwargs)
Parameters
- default_service_type_delta_health_policy
- ServiceTypeDeltaHealthPolicy
Required
The delta health policy used by default to evaluate the health of a service type when upgrading the cluster.
- service_type_delta_health_policies
- dict[<xref:str,azure.mgmt.servicefabric.models.ServiceTypeDeltaHealthPolicy>]
Required
The map with service type delta health policy per service type name. The map is empty by default.
Feedback
Submit and view feedback for