次の方法で共有


StatelessServiceInstanceHealthReport クラス

定義

ステートレス サービス正常性エンティティに適用される正常性レポートを表します。 レポートは、 を使用して正常性ストアに ReportHealth(HealthReport)送信されます。

public class StatelessServiceInstanceHealthReport : System.Fabric.Health.HealthReport
type StatelessServiceInstanceHealthReport = class
    inherit HealthReport
Public Class StatelessServiceInstanceHealthReport
Inherits HealthReport
継承
StatelessServiceInstanceHealthReport

コンストラクター

StatelessServiceInstanceHealthReport(Guid, Int64, HealthInformation)

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

プロパティ

HealthInformation

一般的な正常性フィールドを記述する正常性情報を取得します。

(継承元 HealthReport)
InstanceId

インスタンス ID を取得します。

Kind

正常性レポートの種類を取得します。

(継承元 HealthReport)
PartitionId

パーティション ID を取得します。

適用対象