ComputeNodeOperationsExtensions.EnableScheduling Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active la planification des tâches sur le nœud de calcul spécifié.
public static Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders EnableScheduling (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions = default);
static member EnableScheduling : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders
<Extension()>
Public Function EnableScheduling (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeEnableSchedulingOptions As ComputeNodeEnableSchedulingOptions = Nothing) As 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
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 à
Azure SDK for .NET