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