Partager via


PoolOperations.EnableComputeNodeScheduling Méthode

Définition

Active la planification des tâches sur le nœud de calcul spécifié.

public void EnableComputeNodeScheduling (string poolId, string computeNodeId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.EnableComputeNodeScheduling : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub EnableComputeNodeScheduling (poolId As String, computeNodeId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Paramètres

poolId
String

ID du pool.

computeNodeId
String

ID du nœud de calcul.

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 bloquante. Pour un équivalent non bloquant, consultez EnableComputeNodeScheduling(String, String, IEnumerable<BatchClientBehavior>).

S’applique à