Compartir a través de


DeployedServicePackage Clase

Definición

Describe un paquete de servicio implementado. Esto se puede obtener mediante la consulta GetDeployedServicePackageListAsync(String, Uri) o consulta GetDeployedServicePackagePagedListAsync(PagedDeployedServicePackageQueryDescription) que devuelve una lista de DeployedServicePackage en un nodo determinado.

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

Propiedades

DeployedServicePackageStatus

Obtiene el estado del paquete de servicio implementado.

HealthState

Obtiene el estado de mantenimiento agregado de la instancia del paquete de servicio implementado.

ServiceManifestName

Obtiene el nombre del manifiesto de servicio.

ServiceManifestVersion

Obtiene la versión del manifiesto de servicio.

ServicePackageActivationId

Obtiene el Valor ActivationId del paquete de servicio.

Se aplica a