DeployedApplicationHealthState Class
Represents the health state of a deployed application, which contains the entity identifier and the aggregated health state.
- Inheritance
-
azure.servicefabric.models._models_py3.EntityHealthStateDeployedApplicationHealthState
Constructor
DeployedApplicationHealthState(*, aggregated_health_state=None, node_name: Optional[str] = None, application_name: Optional[str] = None, **kwargs)
Parameters
- aggregated_health_state
- str or HealthState
Required
The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
Feedback
Submit and view feedback for