Partilhar via


PoolResizeParameter.NodeDeallocationOption Propriedade

Definição

Obtém ou define o que fazer com um Nó de Computação e suas tarefas em execução se o tamanho do Pool estiver diminuindo.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

O valor padrão é colocar novamente na fila. Os valores possíveis incluem: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

Aplica-se a