Compartilhar via


ComputeNodeOperationsExtensions.RebootAsync Método

Definição

Reinicia o Nó de Computação especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders> RebootAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member RebootAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders>
<Extension()>
Public Function RebootAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional nodeRebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional computeNodeRebootOptions As ComputeNodeRebootOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNodeRebootHeaders)

Parâmetros

operations
IComputeNodeOperations

O grupo de operações para esse método de extensão.

poolId
String

A ID do pool que contém o nó de computação.

nodeId
String

A ID do Nó de Computação que você deseja reiniciar.

nodeRebootOption
Nullable<ComputeNodeRebootOption>

Quando reinicializar o Nó de Computação e o que fazer com tarefas em execução no momento. O valor padrão é colocar novamente na fila. Os valores possíveis incluem: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

computeNodeRebootOptions
ComputeNodeRebootOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Você só poderá reiniciar um Nó de Computação se ele estiver em um estado ocioso ou em execução.

Aplica-se a