Partager via


PoolOperations.Reimage Méthode

Définition

Réinstalle le système d’exploitation sur le nœud de calcul spécifié.

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

Paramètres

poolId
String

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

computeNodeId
String

ID du nœud de calcul à réimager.

reimageOption
Nullable<ComputeNodeReimageOption>

Spécifie quand réimager 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.

Remarques

Vous pouvez recréer un nœud de calcul uniquement lorsqu’il est à l’état Idle ou Running .

Il s’agit d’une opération bloquante. Pour un équivalent non bloquant, consultez ReimageAsync(String, String, Nullable<ComputeNodeReimageOption>, IEnumerable<BatchClientBehavior>, CancellationToken).

S’applique à