Share via


HealthEvaluationKind Enumeration

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Enumerates the kinds of health evaluation.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public enum HealthEvaluationKind

Members

Member name Description
Application

Indicates that the health evaluation is for an application.

Applications

Indicates that the health evaluation is for the cluster applications.

ApplicationTypeApplications

Indicates that the health evaluation is for the application type applications.

DeltaNodesCheck

Indicates that the health evaluation is for the delta of unhealthy cluster nodes.

DeployedApplication

Indicates that the health evaluation is for a deployed application.

DeployedApplications

Indicates that the health evaluation is for the deployed applications of an application.

DeployedServicePackage

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

DeployedServicePackages

Indicates that the health evaluation is for the deployed service packages of a deployed application.

Event

Indicates that the health evaluation is for a health event.

Invalid

Indicates that the health evaluation is invalid.

Node

Indicates that the health evaluation is for a node.

Nodes

Indicates that the health evaluation is for the cluster nodes.

Partition

Indicates that the health evaluation is for a partition.

Partitions

Indicates that the health evaluation is for the partitions of a service.

Replica

Indicates that the health evaluation is for a replica.

Replicas

Indicates that the health evaluation is for the replicas of a partition.

Service

Indicates that the health evaluation is for a service.

Services

Indicates that the health evaluation is for services of an application.

SystemApplication

Indicates that the health evaluation is for the system application.

UpgradeDomainDeltaNodesCheck

Indicates that the health evaluation is for the delta of unhealthy upgrade domain cluster nodes.

UpgradeDomainDeployedApplications

Indicates that the health evaluation is for the deployed applications of an application in an upgrade domain.

UpgradeDomainNodes

Indicates that the health evaluation is for the cluster nodes in an upgrade domain.

See Also

System.Fabric.Health Namespace

Return to top