ComputeNodeOperationsExtensions.Reboot 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 static Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders Reboot (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption? nodeRebootOption = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions computeNodeRebootOptions = default);
static member Reboot : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders
<Extension()>
Public Function Reboot (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional nodeRebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional computeNodeRebootOptions As ComputeNodeRebootOptions = Nothing) As ComputeNodeRebootHeaders
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 que vous souhaitez redémarrer.
- nodeRebootOption
- Nullable<ComputeNodeRebootOption>
Quand redémarrer le nœud de calcul et que faire avec les tâches en cours d’exécution. La valeur par défaut est requeue. Les valeurs possibles sont les suivantes : 'requeue', 'terminate', 'taskCompletion', 'retainedData'
- computeNodeRebootOptions
- ComputeNodeRebootOptions
Paramètres supplémentaires pour l’opération
Retours
Remarques
Vous pouvez redémarrer un nœud de calcul uniquement s’il est inactif ou en cours d’exécution.
S’applique à
Azure SDK for .NET