次の方法で共有


StatefulServiceReplicaHealthReport クラス

定義

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

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

コンストラクター

StatefulServiceReplicaHealthReport(Guid, Int64, HealthInformation)

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

プロパティ

HealthInformation

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

(継承元 HealthReport)
Kind

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

(継承元 HealthReport)
PartitionId

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

ReplicaId

レプリカ ID を取得します。

適用対象