ServiceHealthStateChunk Class

Definition

Represents a service health state chunk, which contains basic health information about the service.

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

Properties

HealthState

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

PartitionHealthStateChunks

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

ServiceName

Gets the service name, which uniquely identifies the service.

Methods

ToString()

Creates a string description of the service health state chunk.

Applies to