ApplicationHealthStateChunk Class

Definition

Represents an application health state chunk, which contains basic health information about the application.

public sealed class ApplicationHealthStateChunk
type ApplicationHealthStateChunk = class
Public NotInheritable Class ApplicationHealthStateChunk
Inheritance
ApplicationHealthStateChunk

Properties

ApplicationName

Gets the application name.

ApplicationTypeName

Gets the application type name.

DeployedApplicationHealthStateChunks

Gets the list of the deployed application health state chunks that respect the input filters.

HealthState

Gets the application aggregated health state, computed based on all reported health events, the children and the application health policy.

ServiceHealthStateChunks

Gets the list of the service health state chunks that respect the input filters.

Methods

ToString()

Creates a string description of the health state chunk.

Applies to