次の方法で共有


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

定義

DeployedApplicationHealthReport クラスの新しいインスタンスを初期化します。

public DeployedApplicationHealthReport (Uri applicationName, string nodeName, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.DeployedApplicationHealthReport : Uri * string * System.Fabric.Health.HealthInformation -> System.Fabric.Health.DeployedApplicationHealthReport
Public Sub New (applicationName As Uri, nodeName As String, healthInformation As HealthInformation)

パラメーター

applicationName
Uri

アプリケーション名です。 null にすることはできません。

nodeName
String

ノード名。 null または空にすることはできません。

healthInformation
HealthInformation

HealthInformation sourceId、プロパティ、正常性状態などのレポート フィールドを記述する 。 null にすることはできません。

例外

healthInformation に null は指定できません。

nodeName を空にすることはできません。

適用対象