DeployedServicePackageHealthEvaluation Class
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.
public sealed class DeployedServicePackageHealthEvaluation : System.Fabric.Health.HealthEvaluation
type DeployedServicePackageHealthEvaluation = class
inherit HealthEvaluation
Public NotInheritable Class DeployedServicePackageHealthEvaluation
Inherits HealthEvaluation
- Inheritance
Properties
AggregatedHealthState |
The aggregated health state of the evaluated entity. (Inherited from HealthEvaluation) |
ApplicationName |
Gets the name of the application. |
Description |
Gets the description of the health evaluation, which represents a summary of the evaluation process. (Inherited from HealthEvaluation) |
Kind |
Gets the kind of the health evaluation. (Inherited from HealthEvaluation) |
NodeName |
Gets the name of the node where the deployed service package is running. |
ServiceManifestName |
Gets the service manifest name. |
ServicePackageActivationId |
Gets the ActivationId of deployed service package. |
UnhealthyEvaluations |
Gets the unhealthy evaluations that led to the current aggregated health state. The type of the unhealthy evaluations can be EventHealthEvaluation. |
Methods
ToString() |
Returns a string representation of the health evaluation. (Inherited from HealthEvaluation) |
Applies to
Azure SDK for .NET