DeployedServicePackageHealthStateChunk Class

Definition

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

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

Properties

HealthState

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

ServiceManifestName

Gets the service manifest name, which is part of the deployed service package unique identifier, together with node name and application name.

ServicePackageActivationId

Gets the ActivationId of service package.

Methods

ToString()

Creates a string description of the deployed service package health state chunk.

Applies to