Compartilhar via


ComputeNode.DisableScheduling Método

Definição

Desabilita o agendamento de tarefas no nó de computação.

public void DisableScheduling (Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption? disableComputeNodeSchedulingOption, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DisableScheduling : Nullable<Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DisableScheduling (disableComputeNodeSchedulingOption As Nullable(Of DisableComputeNodeSchedulingOption), Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parâmetros

disableComputeNodeSchedulingOption
Nullable<DisableComputeNodeSchedulingOption>

Especifica o que fazer com as tarefas em execução no momento. O padrão é Requeue.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors.

Comentários

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte DisableSchedulingAsync(Nullable<DisableComputeNodeSchedulingOption>, IEnumerable<BatchClientBehavior>, CancellationToken).

Aplica-se a