次の方法で共有


ServiceHealthReport(Uri, HealthInformation) コンストラクター

定義

ServiceHealthReport の新しいインスタンスを初期化します。

public ServiceHealthReport (Uri serviceName, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.ServiceHealthReport : Uri * System.Fabric.Health.HealthInformation -> System.Fabric.Health.ServiceHealthReport
Public Sub New (serviceName As Uri, healthInformation As HealthInformation)

パラメーター

serviceName
Uri

サービス名。 必須。

healthInformation
HealthInformation

sourceId、プロパティ、正常性状態などのレポート フィールドを記述する HealthInformation。 必須。

例外

必要なパラメーターに null 値が渡されました。

適用対象