DeployedServicePackageHealthReport Class

Definition

Represents a health report to be applied on the deployed service package health entity.

public class DeployedServicePackageHealthReport : System.Fabric.Health.HealthReport
type DeployedServicePackageHealthReport = class
    inherit HealthReport
Public Class DeployedServicePackageHealthReport
Inherits HealthReport
Inheritance
DeployedServicePackageHealthReport

Remarks

The report can be sent to the health store using ReportHealth(HealthReport).

Constructors

DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)

Initializes a new instance of the DeployedServicePackageHealthReport class.

DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)

Initializes a new instance of the DeployedServicePackageHealthReport class.

Properties

ApplicationName

Gets the application name.

HealthInformation

Gets the health information that describes common health fields.

(Inherited from HealthReport)
Kind

Gets the kind of the health report.

(Inherited from HealthReport)
NodeName

Gets the name of the node where the deployed service package is running.

ServiceManifestName

Gets the service manifest name.

ServicePackageActivationId

Gets the ActivationId of service package.

Applies to