Compartilhar via


ComputeNode.RemoveFromPool Método

Definição

Bloqueando a chamada para remover o nó de computação do pool.

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

Parâmetros

deallocationOption
Nullable<ComputeNodeDeallocationOption>

Especifica como lidar com tarefas já em execução e quando os nós que as executam podem ser removidos do pool. O padrão é Requeue.

resizeTimeout
Nullable<TimeSpan>

A quantidade máxima de tempo que a operação RemoveFromPool pode levar antes de ser encerrada pelo sistema Lote do Azure.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de instâncias BatchClientBehavior que são aplicadas após o CustomBehaviors no objeto atual.

Aplica-se a