Share via


BatchNodeDeallocateOptions.NodeDeallocateOption Property

Definition

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

public Azure.Compute.Batch.BatchNodeDeallocateOption? NodeDeallocateOption { get; set; }
member this.NodeDeallocateOption : Nullable<Azure.Compute.Batch.BatchNodeDeallocateOption> with get, set
Public Property NodeDeallocateOption As Nullable(Of BatchNodeDeallocateOption)

Property Value

Applies to