RemoveComputeNodeParameters.DeallocationOption Property
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.
Specifies when nodes may be removed from the pool.
public Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption? DeallocationOption { get; set; }
member this.DeallocationOption : Nullable<Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption> with get, set
Public Property DeallocationOption As Nullable(Of ComputeNodeDeallocationOption)