你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeployedServicePackage 类

定义

描述已部署的服务包。 这可以通过使用查询 GetDeployedServicePackageListAsync(String, Uri) 或查询 GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription) 来获取,查询在给定节点上返回 的列表 DeployedServicePackage

public sealed class DeployedServicePackage
type DeployedServicePackage = class
Public NotInheritable Class DeployedServicePackage
继承
DeployedServicePackage

属性

DeployedServicePackageStatus

获取已部署的服务包状态。

HealthState

获取已部署的服务包实例的聚合运行状况状态。

ServiceManifestName

获取服务清单名称。

ServiceManifestVersion

获取服务清单版本。

ServicePackageActivationId

获取服务包的 ActivationId。

适用于