RebootComputeNodeParameters.RebootOption 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.
Specifies when to reboot the node and what to do with currently running tasks.
public Microsoft.Azure.Batch.Common.ComputeNodeRebootOption? RebootOption { get; set; }
member this.RebootOption : Nullable<Microsoft.Azure.Batch.Common.ComputeNodeRebootOption> with get, set
Public Property RebootOption As Nullable(Of ComputeNodeRebootOption)