PoolOperations.RebootAsync 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.
Redémarre le nœud de calcul spécifié.
public System.Threading.Tasks.Task RebootAsync (string poolId, string computeNodeId, Microsoft.Azure.Batch.Common.ComputeNodeRebootOption? rebootOption = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.RebootAsync : string * string * Nullable<Microsoft.Azure.Batch.Common.ComputeNodeRebootOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RebootAsync (poolId As String, computeNodeId As String, Optional rebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- poolId
- String
ID du pool qui contient le nœud de calcul.
- computeNodeId
- String
ID du nœud de calcul à redémarrer.
- rebootOption
- Nullable<ComputeNodeRebootOption>
Spécifie quand redémarrer le nœud et 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.
- cancellationToken
- CancellationToken
CancellationToken pour contrôler la durée de vie de l’opération asynchrone.
Retours
Task qui représente l'opération asynchrone.
Remarques
Vous pouvez redémarrer un nœud de calcul uniquement lorsqu’il est à l’état Idle ou Running .
L’opération de redémarrage s’exécute de manière asynchrone.
S’applique à
Azure SDK for .NET