DeployedApplicationHealthStateChunk Class
Represents the health state chunk of a deployed application, which contains the node where the application is deployed, the aggregated health state and any deployed service packages that respect the chunk query description filters.
- Inheritance
-
azure.servicefabric.models._models_py3.EntityHealthStateChunkDeployedApplicationHealthStateChunk
Constructor
DeployedApplicationHealthStateChunk(*, health_state=None, node_name: Optional[str] = None, deployed_service_package_health_state_chunks=None, **kwargs)
Parameters
- health_state
- str or HealthState
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'
- deployed_service_package_health_state_chunks
- DeployedServicePackageHealthStateChunkList
The list of deployed service package health state chunks belonging to the deployed application that respect the filters in the cluster health chunk query description.
Feedback
Submit and view feedback for