Compartilhar via


ResizeOperationStatus.NodeDeallocationOption Propriedade

Definição

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

[Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")]
public Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? NodeDeallocationOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")>]
member this.NodeDeallocationOption : Nullable<Microsoft.Azure.Management.Batch.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