Compartir a través de


IComputeNodeOperations.RebootWithHttpMessagesAsync Método

Definición

Reinicia el nodo de ejecución especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders>> RebootWithHttpMessagesAsync (string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption? nodeRebootOption = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions computeNodeRebootOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RebootWithHttpMessagesAsync : string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders>>
Public Function RebootWithHttpMessagesAsync (poolId As String, nodeId As String, Optional nodeRebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional computeNodeRebootOptions As ComputeNodeRebootOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationHeaderResponse(Of ComputeNodeRebootHeaders))

Parámetros

poolId
String

Identificador del grupo que contiene el nodo de proceso.

nodeId
String

Identificador del nodo de ejecución que desea reiniciar.

nodeRebootOption
Nullable<ComputeNodeRebootOption>

Cuándo reiniciar el nodo de ejecución y qué hacer con las tareas que se están ejecutando actualmente. El valor predeterminado es requeue. Entre los valores posibles se incluyen: "requeue", "terminate", "taskCompletion", "retainedData".

computeNodeRebootOptions
ComputeNodeRebootOptions

Parámetros adicionales para la operación

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando un parámetro obligatorio es NULL

Comentarios

Solo puede reiniciar un nodo de ejecución si está en estado inactivo o en ejecución.

Se aplica a