HealthReportKind Enum

Definition

Represents the health report kind.

public enum HealthReportKind
type HealthReportKind = 
Public Enum HealthReportKind
Inheritance
HealthReportKind

Fields

Application 6

Indicates that the health report is for an application.

Cluster 9

Indicates that the health report is for cluster.

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.

Invalid 0

Indicates that the health report kind is invalid.

Node 4

Indicates that the health report is for a node.

Partition 3

Indicates that the health report is for a partition.

Service 5

Indicates that the health report is for a service.

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.

Applies to