Partilhar via


ICodePackageActivationContext.ReportDeployedApplicationHealth Método

Definição

Sobrecargas

ReportDeployedApplicationHealth(HealthInformation)

Relata a integridade do aplicativo implantado atualmente.

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

Relata a integridade do aplicativo implantado atualmente. Especifica opções para controlar como o relatório é enviado.

ReportDeployedApplicationHealth(HealthInformation)

Relata a integridade do aplicativo implantado atualmente.

public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation)

Parâmetros

healthInfo
HealthInformation

Informações de integridade que devem ser relatadas.

Aplica-se a

ReportDeployedApplicationHealth(HealthInformation, HealthReportSendOptions)

Relata a integridade do aplicativo implantado atualmente. Especifica opções para controlar como o relatório é enviado.

public void ReportDeployedApplicationHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportDeployedApplicationHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedApplicationHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

Parâmetros

healthInfo
HealthInformation

O HealthInformation que descreve as informações do relatório de integridade.

sendOptions
HealthReportSendOptions

O HealthReportSendOptions que controla como o relatório é enviado.

Aplica-se a