HealthEvaluationKind 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.
Enumerates the kinds of health evaluation.
public enum HealthEvaluationKind
type HealthEvaluationKind =
Public Enum HealthEvaluationKind
- Inheritance
-
HealthEvaluationKind
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the health evaluation is invalid. |
Event | 1 | Indicates that the health evaluation is for a health event. |
Replicas | 2 | Indicates that the health evaluation is for the replicas of a partition. |
Partitions | 3 | Indicates that the health evaluation is for the partitions of a service. |
DeployedServicePackages | 4 | Indicates that the health evaluation is for the deployed service packages of a deployed application. |
DeployedApplications | 5 | Indicates that the health evaluation is for the deployed applications of an application. |
Services | 6 | Indicates that the health evaluation is for services of an application. |
Nodes | 7 | Indicates that the health evaluation is for the cluster nodes. |
Applications | 8 | Indicates that the health evaluation is for the cluster applications. |
SystemApplication | 9 | Indicates that the health evaluation is for the system application. |
UpgradeDomainDeployedApplications | 10 | Indicates that the health evaluation is for the deployed applications of an application in an upgrade domain. |
UpgradeDomainNodes | 11 | Indicates that the health evaluation is for the cluster nodes in an upgrade domain. |
Node | 12 | Indicates that the health evaluation is for a node. |
Replica | 13 | Indicates that the health evaluation is for a replica. |
Partition | 14 | Indicates that the health evaluation is for a partition. |
Service | 15 | Indicates that the health evaluation is for a service. |
DeployedServicePackage | 16 | Indicates that the health evaluation is for a deployed service package. |
DeployedApplication | 17 | Indicates that the health evaluation is for a deployed application. |
Application | 18 | Indicates that the health evaluation is for an application. |
DeltaNodesCheck | 19 | Indicates that the health evaluation is for the delta of unhealthy cluster nodes. |
UpgradeDomainDeltaNodesCheck | 20 | Indicates that the health evaluation is for the delta of unhealthy upgrade domain cluster nodes. |
ApplicationTypeApplications | 21 | Indicates that the health evaluation is for the application type applications. |
NodeTypeNodes | 22 | Indicates that the health evaluation is for the node type nodes. |
Applies to
Azure SDK for .NET