Partager via


NodeDisableSchedulingParameter.NodeDisableSchedulingOption Propriété

Définition

Obtient ou définit ce qu’il faut faire avec les tâches en cours d’exécution lors de la désactivation de la planification des tâches sur le nœud de calcul.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

La valeur par défaut est requeue. Les valeurs possibles sont les suivantes : 'requeue', 'terminate', 'taskCompletion'

S’applique à