Module: Azure::ServiceFabric::V7_0_0_42::Models::HealthEvaluationKind

Defined in:
lib/7.0.0.42/generated/azure_service_fabric/models/health_evaluation_kind.rb

Overview

Defines values for HealthEvaluationKind

Constant Summary collapse

Invalid =
"Invalid"
Event =
"Event"
Replicas =
"Replicas"
Partitions =
"Partitions"
DeployedServicePackages =
"DeployedServicePackages"
DeployedApplications =
"DeployedApplications"
Services =
"Services"
Nodes =
"Nodes"
Applications =
"Applications"
SystemApplication =
"SystemApplication"
UpgradeDomainDeployedApplications =
"UpgradeDomainDeployedApplications"
UpgradeDomainNodes =
"UpgradeDomainNodes"
Replica =
"Replica"
Partition =
"Partition"
DeployedServicePackage =
"DeployedServicePackage"
DeployedApplication =
"DeployedApplication"
Service =
"Service"
Node =
"Node"
Application =
"Application"
DeltaNodesCheck =
"DeltaNodesCheck"
UpgradeDomainDeltaNodesCheck =
"UpgradeDomainDeltaNodesCheck"
ApplicationTypeApplications =
"ApplicationTypeApplications"