Partilhar via


NodeDisableSchedulingParameter.NodeDisableSchedulingOption Propriedade

Definição

Obtém ou define o que fazer com tarefas em execução no momento ao desabilitar o agendamento de tarefas no Nó de Computação.

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

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'

Aplica-se a