Sdílet prostřednictvím


NodeDeallocateParameter.NodeDeallocateOption Property

Definition

Gets or sets when to deallocate the Compute Node and what to do with currently running Tasks.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocateOption")]
public Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeallocateOption? NodeDeallocateOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocateOption")>]
member this.NodeDeallocateOption : Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDeallocateOption> with get, set
Public Property NodeDeallocateOption As Nullable(Of ComputeNodeDeallocateOption)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

Applies to