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.EntityHealthStateChunk
DeployedApplicationHealthStateChunk

Constructor

DeployedApplicationHealthStateChunk(*, health_state=None, node_name: Optional[str] = None, deployed_service_package_health_state_chunks=None, **kwargs)

Parameters

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'

node_name
str
Required

The name of node where the application is deployed.

deployed_service_package_health_state_chunks
DeployedServicePackageHealthStateChunkList
Required

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.