Compartir a través de


NodeReimageParameter.NodeReimageOption Propiedad

Definición

Obtiene o establece cuándo se va a restablecer la imagen inicial del nodo de ejecución y qué hacer con las tareas que se están ejecutando actualmente.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El valor predeterminado es requeue. Entre los valores posibles se incluyen: "requeue", "terminate", "taskCompletion", "retainedData".

Se aplica a