DeployedServicePackageHealthReport コンストラクター

定義

オーバーロード

DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)

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

DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)

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

DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)

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

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

パラメーター

applicationName
Uri

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

serviceManifestName
String

サービス マニフェスト名。 null または空にすることはできません。

nodeName
String

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

healthInformation
HealthInformation

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

例外

サービス マニフェスト名を null にすることはできません。

サービス マニフェスト名が無効です。

適用対象

DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)

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

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

パラメーター

applicationName
Uri

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

serviceManifestName
String

サービス マニフェスト名。 null または空にすることはできません。

servicePackageActivationId
String

ServicePackageActivationIdデプロイされたサービス パッケージの 。 これは、クエリを使用 GetDeployedServicePackageListAsync(String, Uri) して取得できます。

サービスSharedProcessの作成時に を指定した場合 ServicePackageActivationMode (または指定されていない場合は既定値SharedProcessになります)、 のServicePackageActivationId値は常に空の文字列です。 詳細については、 を参照してください ServicePackageActivationMode

nodeName
String

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

healthInformation
HealthInformation

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

例外

サービス マニフェスト名を null にすることはできません。

サービス マニフェスト名が無効です。

適用対象