DeployedApplicationHealthStateChunk Class

Definition

Represents a deployed application health state chunk, which contains basic health information about the deployed application. It is included as child of an application.

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

Properties

DeployedServicePackageHealthStateChunks

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

HealthState

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

NodeName

Gets the node name.

Methods

ToString()

Creates a string description of the health state chunk.

Applies to