次の方法で共有


LcmConfigurationSetting.RebootIfNeeded プロパティ

定義

再起動を必要とする構成が適用された後にノードを自動的に再起動するには、これを true に設定します。 設定しない場合は、再起動が必要な構成のノードを手動で再起動する必要があります。 既定値は false です。 DSC 以外 (Windows インストーラーなど) で再起動の条件が有効化されている場合にこの設定を使用するには、この設定を xPendingReboot モジュールと併用します。

public bool? RebootIfNeeded { get; }
member this.RebootIfNeeded : Nullable<bool>
Public ReadOnly Property RebootIfNeeded As Nullable(Of Boolean)

プロパティ値

適用対象