Compartir a través de


ComputeNode.Reboot Método

Definición

Bloqueo de la llamada para reiniciar el nodo de proceso.

public void Reboot (Microsoft.Azure.Batch.Common.ComputeNodeRebootOption? rebootOption = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Reboot : Nullable<Microsoft.Azure.Batch.Common.ComputeNodeRebootOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Reboot (Optional rebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parámetros

rebootOption
Nullable<ComputeNodeRebootOption>

La opción de reinicio asociada al reinicio.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Colección de instancias de BatchClientBehavior que se aplican después de customBehaviors en el objeto actual.

Se aplica a