DeployedServicePackageHealthState Class

Represents the health state of a deployed service package, containing the entity identifier and the aggregated health state.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
DeployedServicePackageHealthState

Constructor

DeployedServicePackageHealthState(*, aggregated_health_state=None, node_name: Optional[str] = None, application_name: Optional[str] = None, service_manifest_name: Optional[str] = None, service_package_activation_id: Optional[str] = None, **kwargs)

Parameters

aggregated_health_state
str or HealthState
Required

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'

node_name
str
Required

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

application_name
str
Required

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

service_manifest_name
str
Required

Name of the manifest describing the service package.

service_package_activation_id
str
Required

The ActivationId of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is not specified, in which case it defaults to 'SharedProcess'), then value of ServicePackageActivationId is always an empty string.