Partager via


FixedScaleSettings.NodeDeallocationOption Propriété

Définition

Obtient ou définit détermine ce qu’il faut faire avec un nœud et ses tâches en cours d’exécution si la taille du pool diminue.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

En cas d’omission, la valeur par défaut est Requeue. Les valeurs possibles sont les suivantes : 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'

S’applique à