Compartir a través de


DeployedServicePackageHealthReport Clase

Definición

Representa un informe de estado que se va a aplicar en la entidad de mantenimiento del paquete de servicio implementado.

public class DeployedServicePackageHealthReport : System.Fabric.Health.HealthReport
type DeployedServicePackageHealthReport = class
    inherit HealthReport
Public Class DeployedServicePackageHealthReport
Inherits HealthReport
Herencia
DeployedServicePackageHealthReport

Comentarios

El informe se puede enviar al almacén de estado mediante ReportHealth(HealthReport).

Constructores

DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)

Inicializa una nueva instancia de la clase DeployedServicePackageHealthReport.

DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)

Inicializa una nueva instancia de la clase DeployedServicePackageHealthReport.

Propiedades

ApplicationName

Obtiene el nombre de la aplicación.

HealthInformation

Obtiene la información de mantenimiento que describe los campos de mantenimiento comunes.

(Heredado de HealthReport)
Kind

Obtiene el tipo del informe de mantenimiento.

(Heredado de HealthReport)
NodeName

Obtiene el nombre del nodo donde se ejecuta el paquete de servicio implementado.

ServiceManifestName

Obtiene el nombre del manifiesto de servicio.

ServicePackageActivationId

Obtiene el Valor ActivationId del paquete de servicio.

Se aplica a