ResizeOperationStatus.NodeDeallocationOption Propriedade

Definição

Obtém ou define o que fazer com um nó e as respetivas tarefas em execução se o tamanho do conjunto estiver a diminuir.

[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 de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

O valor predefinido é voltar à fila. Os valores possíveis incluem: "Requeue", "Terminate", "TaskCompletion", "RetainedData"

Aplica-se a