HealthEvaluationKind type

Definisce i valori per HealthEvaluationKind. I valori possibili includono: 'Invalid', 'Event', 'Replicas', 'Partitions', 'DeployServicePackages', 'DeployApplications', 'Services', 'Nodes', 'Applications', 'SystemApplication', 'UpgradeDomainDeployedApplications', 'UpgradeDomainNodes', 'Replica', 'Partition', 'DeployServicePackage', 'DeployApplication', 'Service', 'Node', 'Application', 'DeltaNodesCheck', 'UpgradeDomainDeltaNodesCheck', 'ApplicationTypeApplications'

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