RepairTask.Impact プロパティ

定義

修復の影響を説明する オブジェクトを取得します。

public System.Fabric.Repair.RepairImpactDescription Impact { get; set; }
member this.Impact : System.Fabric.Repair.RepairImpactDescription with get, set
Public Property Impact As RepairImpactDescription

プロパティ値

RepairImpactDescription修復の影響を表す オブジェクト。

注釈

影響は、準備中状態に切り替えるときに、修復 Executor によって指定する必要があります。 影響オブジェクトは、修復の実行を承認する前に、修復の影響に備えるためにシステムが実行するアクションを決定します。

適用対象