PoolOperations.RemoveFromPool Método

Definição

Sobrecargas

RemoveFromPool(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove o nó de computação especificado do pool especificado.

RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove os nós de computação especificados do pool especificado.

RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove os nós de computação especificados do pool especificado.

RemoveFromPool(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove o nó de computação especificado do pool especificado.

RemoveFromPool(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove o nó de computação especificado do pool especificado.

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

Parâmetros

poolId
String

A ID do pool.

computeNode
ComputeNode

O ComputeNode a ser removido do pool.

deallocationOption
Nullable<ComputeNodeDeallocationOption>

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

resizeTimeout
Nullable<TimeSpan>

Especifica o tempo limite para remoção de nós de computação do pool. O valor padrão é 15 minutos. O valor mínimo é 5 minutos.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors.

Comentários

Se você precisar remover vários nós de computação de um pool, será mais eficiente usar a RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) sobrecarga.

Você só pode remover nós de um pool quando o AllocationState do pool é Steady. Se o pool já estiver redimensionando, ocorrerá uma exceção.

Quando você remove nós de um pool, o AllocationState do pool muda de Steady para Resizing.

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte RemoveFromPoolAsync(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>).

Aplica-se a

RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove os nós de computação especificados do pool especificado.

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

Parâmetros

poolId
String

A ID do pool.

deallocationOption
Nullable<ComputeNodeDeallocationOption>

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

resizeTimeout
Nullable<TimeSpan>

Especifica o tempo limite para remoção de nós de computação do pool. O valor padrão é 15 minutos. O valor mínimo é 5 minutos.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors.

Comentários

Você só pode remover nós de um pool quando o AllocationState do pool é Steady. Se o pool já estiver redimensionando, ocorrerá uma exceção.

Quando você remove nós de um pool, o AllocationState do pool muda de Steady para Resizing.

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte RemoveFromPoolAsync(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>, CancellationToken).

Aplica-se a

RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove os nós de computação especificados do pool especificado.

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

Parâmetros

poolId
String

A ID do pool.

computeNodeIds
IEnumerable<String>

As IDs dos nós de computação a serem removidos do pool.

deallocationOption
Nullable<ComputeNodeDeallocationOption>

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

resizeTimeout
Nullable<TimeSpan>

Especifica o tempo limite para remoção de nós de computação do pool. O valor padrão é 15 minutos. O valor mínimo é 5 minutos.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors.

Comentários

Você só pode remover nós de um pool quando o AllocationState do pool é Steady. Se o pool já estiver redimensionando, ocorrerá uma exceção.

Quando você remove nós de um pool, o AllocationState do pool muda de Steady para Resizing.

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte RemoveFromPoolAsync(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>, CancellationToken).

Aplica-se a

RemoveFromPool(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)

Remove o nó de computação especificado do pool especificado.

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

Parâmetros

poolId
String

A ID do pool.

computeNodeId
String

A ID do nó de computação a ser removido do pool.

deallocationOption
Nullable<ComputeNodeDeallocationOption>

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

resizeTimeout
Nullable<TimeSpan>

Especifica o tempo limite para remoção de nós de computação do pool. O valor padrão é 15 minutos. O valor mínimo é 5 minutos.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors.

Comentários

Se você precisar remover vários nós de computação de um pool, será mais eficiente usar a RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) sobrecarga.

Você só pode remover nós de um pool quando o AllocationState do pool é Steady. Se o pool já estiver redimensionando, ocorrerá uma exceção.

Quando você remove nós de um pool, o AllocationState do pool muda de Steady para Resizing.

Esta é uma operação de bloqueio. Para obter um equivalente sem bloqueio, consulte RemoveFromPoolAsync(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>).

Aplica-se a