Udostępnij za pośrednictwem


NodeRebootParameter.NodeRebootOption Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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

Applies to