DeployedServicePackage 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.
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
Azure SDK for .NET