Ejemplo n.º 1
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
Ejemplo n.º 2
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }
Ejemplo n.º 3
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
Ejemplo n.º 4
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }