Share via


ComputeBatchModelFactory.BatchNodeRebootOptions Method

Definition

Parameters for rebooting an Azure Batch Compute Node.

public static Azure.Compute.Batch.BatchNodeRebootOptions BatchNodeRebootOptions(Azure.Compute.Batch.BatchNodeRebootKind? nodeRebootKind = default);
static member BatchNodeRebootOptions : Nullable<Azure.Compute.Batch.BatchNodeRebootKind> -> Azure.Compute.Batch.BatchNodeRebootOptions
Public Shared Function BatchNodeRebootOptions (Optional nodeRebootKind As Nullable(Of BatchNodeRebootKind) = Nothing) As BatchNodeRebootOptions

Parameters

nodeRebootKind
Nullable<BatchNodeRebootKind>

When to reboot the Compute Node and what to do with currently running Tasks. The default value is requeue.

Returns

A new BatchNodeRebootOptions instance for mocking.

Applies to