ApplicationHealthStateChunkList Class

The list of application health state chunks in the cluster that respect the input filters in the chunk query. Returned by get cluster health state chunks query.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthStateChunkList
ApplicationHealthStateChunkList

Constructor

ApplicationHealthStateChunkList(*, total_count: Optional[int] = None, items=None, **kwargs)

Parameters

total_count
<xref:long>
Required

Total number of entity health state objects that match the specified filters from the cluster health chunk query description.

items
list[ApplicationHealthStateChunk]
Required

The list of application health state chunks that respect the input filters in the chunk query.