Share via


NodeReimageParameter.NodeReimageOption Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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

Applies to