Partager via


ComputeNodeOperationsExtensions.EnableSchedulingAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders> EnableSchedulingAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member EnableSchedulingAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders>
<Extension()>
Public Function EnableSchedulingAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeEnableSchedulingOptions As ComputeNodeEnableSchedulingOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNodeEnableSchedulingHeaders)

Paramètres

operations
IComputeNodeOperations

Groupe d’opérations pour cette méthode d’extension.

poolId
String

ID du pool qui contient le nœud de calcul.

nodeId
String

ID du nœud de calcul sur lequel vous souhaitez activer la planification des tâches.

computeNodeEnableSchedulingOptions
ComputeNodeEnableSchedulingOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Vous pouvez activer la planification des tâches sur un nœud de calcul uniquement si son état de planification actuel est désactivé

S’applique à