Partilhar via


ICodePackageActivationContext.ReportDeployedServicePackageHealth Método

Definição

Sobrecargas

ReportDeployedServicePackageHealth(HealthInformation)

Relata a integridade do pacote de serviço implantado atualmente.

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Relata a integridade do pacote de serviço implantado atualmente. Especifica as opções de envio que controlam como o relatório é enviado para o repositório de integridade.

ReportDeployedServicePackageHealth(HealthInformation)

Relata a integridade do pacote de serviço implantado atualmente.

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

Informações de integridade que devem ser relatadas.

Aplica-se a

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Relata a integridade do pacote de serviço implantado atualmente. Especifica as opções de envio que controlam como o relatório é enviado para o repositório de integridade.

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

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