Compartilhar via


FixedScaleSettings.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

Se omitido, o valor padrão será Requeue. Os valores possíveis incluem: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'

Aplica-se a