ComputeBatchModelFactory.BatchNodeRebootOptions Method
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.
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.