你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICodePackageActivationContext.ReportDeployedServicePackageHealth 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ReportDeployedServicePackageHealth(HealthInformation) |
报告当前部署的服务包的运行状况。 |
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions) |
报告当前部署的服务包的运行状况。 指定用于控制如何将报表发送到运行状况存储的发送选项。 |
ReportDeployedServicePackageHealth(HealthInformation)
报告当前部署的服务包的运行状况。
public void ReportDeployedServicePackageHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation)
参数
- healthInfo
- HealthInformation
要报告的运行状况信息。
适用于
ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)
报告当前部署的服务包的运行状况。 指定用于控制如何将报表发送到运行状况存储的发送选项。
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)
参数
- healthInfo
- HealthInformation
HealthInformation描述运行状况报告信息的 。
- sendOptions
- HealthReportSendOptions
控制 HealthReportSendOptions 报表发送方式的 。