Share via


EntityKind Enum

Definition

Represents the entity kind.

public enum EntityKind
type EntityKind = 
Public Enum EntityKind
Inheritance
EntityKind

Fields

Application 4

Indicates that the health entity is an application.

Cluster 8

Indicates that the health entity is the cluster.

DeployedApplication 6

Indicates that the health entity is a deployed application.

DeployedServicePackage 7

Indicates that the health entity is a deployed service package.

Invalid 0

Indicates that the entity kind is invalid.

Node 1

Indicates that the health entity is a node.

Partition 2

Indicates that the health entity is a partition.

Replica 5

Indicates that the health entity is a replica, either a stateful service replica or a stateless service instance.

Service 3

Indicates that the health entity is a service.

Applies to