Share via


ComputeNodeRebootParameters.ComputeNodeRebootOption Property

 

Optional. Gets or sets when to reboot the compute node and what to do with currently running tasks. The default value is requeue.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<ComputeNodeRebootOption> ComputeNodeRebootOption { get; set; }
public:
property Nullable<ComputeNodeRebootOption> ComputeNodeRebootOption {
    Nullable<ComputeNodeRebootOption> get();
    void set(Nullable<ComputeNodeRebootOption> value);
}
member ComputeNodeRebootOption : Nullable<ComputeNodeRebootOption> with get, set
Public Property ComputeNodeRebootOption As Nullable(Of ComputeNodeRebootOption)

Property Value

Type: System.Nullable<ComputeNodeRebootOption>

See Also

ComputeNodeRebootParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top