HciClusterUpdateData.RebootRequired 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.
Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process.
public Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement? RebootRequired { get; set; }
member this.RebootRequired : Nullable<Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement> with get, set
Public Property RebootRequired As Nullable(Of HciNodeRebootRequirement)