NodeReimageParameter.NodeReimageOption 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.
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'