Share via


HealthReportKind Enum

Definition

Represents the health report kind.

public enum HealthReportKind
type HealthReportKind = 
Public Enum HealthReportKind
Inheritance
HealthReportKind

Fields

Name Value Description
Invalid 0

Indicates that the health report kind is invalid.

StatefulServiceReplica 1

Indicates that the health report is for a stateful service replica.

StatelessServiceInstance 2

Indicates that the health report is for a stateless service instance.

Partition 3

Indicates that the health report is for a partition.

Node 4

Indicates that the health report is for a node.

Service 5

Indicates that the health report is for a service.

Application 6

Indicates that the health report is for an application.

DeployedApplication 7

Indicates that the health report is for a deployed application.

DeployedServicePackage 8

Indicates that the health report is for a deployed service package.

Cluster 9

Indicates that the health report is for cluster.

Applies to