Partager via


ComputeNode.DisableScheduling Méthode

Définition

Désactive la planification des tâches sur le nœud de calcul.

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)

Paramètres

disableComputeNodeSchedulingOption
Nullable<DisableComputeNodeSchedulingOption>

Spécifie ce qu’il faut faire avec les tâches en cours d’exécution. Par défaut, il s’agit de Requeue.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après le CustomBehaviors.

Remarques

Il s’agit d’une opération de blocage. Pour un équivalent non bloquant, consultez DisableSchedulingAsync(Nullable<DisableComputeNodeSchedulingOption>, IEnumerable<BatchClientBehavior>, CancellationToken).

S’applique à