Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedApplicationHealthState

Package version

Represents the health state of a deployed application, which contains the entity identifier and the aggregated health state.

Hierarchy

Index

Properties

Optional aggregatedHealthState

aggregatedHealthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

Optional applicationName

applicationName: undefined | string

The name of the application, including the 'fabric:' URI scheme.

Optional nodeName

nodeName: undefined | string

Name of the node on which the service package is deployed.

Generated using TypeDoc