예제 #1
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
예제 #2
0
 public void ReportDeployedServicePackageHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }
예제 #3
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions)
 {
     HealthInformations?.Add(healthInformation);
 }
예제 #4
0
 public void ReportDeployedApplicationHealth(HealthInformation healthInformation)
 {
     HealthInformations?.Add(healthInformation);
 }