ICodePackageActivationContext.ReportDeployedServicePackageHealth Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ReportDeployedServicePackageHealth(HealthInformation) |
Notifica el estado del paquete de servicio implementado actual. |
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions) |
Notifica el estado del paquete de servicio implementado actual. Especifica las opciones de envío que controlan cómo se envía el informe al almacén de estado. |
ReportDeployedServicePackageHealth(HealthInformation)
Notifica el estado del paquete de servicio implementado actual.
public void ReportDeployedServicePackageHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation)
Parámetros
- healthInfo
- HealthInformation
Información de mantenimiento que se va a notificar.
Se aplica a
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)
Notifica el estado del paquete de servicio implementado actual. Especifica las opciones de envío que controlan cómo se envía el informe al almacén de estado.
public void ReportDeployedServicePackageHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)
Parámetros
- healthInfo
- HealthInformation
HealthInformation que describe la información del informe de mantenimiento.
- sendOptions
- HealthReportSendOptions
HealthReportSendOptions que controla cómo se envía el informe.
Se aplica a
Azure SDK for .NET