public void ReportDeployedServicePackageHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions) { HealthInformations?.Add(healthInformation); }
public void ReportDeployedServicePackageHealth(HealthInformation healthInformation) { HealthInformations?.Add(healthInformation); }
public void ReportDeployedApplicationHealth(HealthInformation healthInformation, HealthReportSendOptions sendOptions) { HealthInformations?.Add(healthInformation); }
public void ReportDeployedApplicationHealth(HealthInformation healthInformation) { HealthInformations?.Add(healthInformation); }