Share via


DeployedServicePackage Class

Definition

Describes a deployed service package. This can be obtained by using query GetDeployedServicePackageListAsync(String, Uri) or query GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription) which return a list of DeployedServicePackage on a given node.

public sealed class DeployedServicePackage
type DeployedServicePackage = class
Public NotInheritable Class DeployedServicePackage
Inheritance
DeployedServicePackage

Properties

DeployedServicePackageStatus

Gets the deployed service package status.

HealthState

Gets the aggregated health state of the deployed service package instance.

ServiceManifestName

Gets the service manifest name.

ServiceManifestVersion

Gets the service manifest version.

ServicePackageActivationId

Gets the ActivationId of service package.

Applies to