EntityKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the entity kind.
public enum EntityKind
type EntityKind =
Public Enum EntityKind
- Inheritance
-
EntityKind
Fields
Name | Value | Description |
---|---|---|
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. |
Service | 3 | Indicates that the health entity is a service. |
Application | 4 | Indicates that the health entity is an application. |
Replica | 5 | Indicates that the health entity is a replica, either a stateful service replica or a stateless service instance. |
DeployedApplication | 6 | Indicates that the health entity is a deployed application. |
DeployedServicePackage | 7 | Indicates that the health entity is a deployed service package. |
Cluster | 8 | Indicates that the health entity is the cluster. |
Applies to
Azure SDK for .NET