ComputeBatchModelFactory.BatchNodeReimageOptions 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 reimaging an Azure Batch Compute Node.
public static Azure.Compute.Batch.BatchNodeReimageOptions BatchNodeReimageOptions(Azure.Compute.Batch.BatchNodeReimageOption? nodeReimageOption = default);
static member BatchNodeReimageOptions : Nullable<Azure.Compute.Batch.BatchNodeReimageOption> -> Azure.Compute.Batch.BatchNodeReimageOptions
Public Shared Function BatchNodeReimageOptions (Optional nodeReimageOption As Nullable(Of BatchNodeReimageOption) = Nothing) As BatchNodeReimageOptions
Parameters
- nodeReimageOption
- Nullable<BatchNodeReimageOption>
When to reimage the Compute Node and what to do with currently running Tasks. The default value is requeue.
Returns
A new BatchNodeReimageOptions instance for mocking.