LcmConfigurationSetting.RebootIfNeeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
public bool? RebootIfNeeded { get; }
member this.RebootIfNeeded : Nullable<bool>
Public ReadOnly Property RebootIfNeeded As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET