PoolOperations.RemoveFromPool メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RemoveFromPool(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) |
指定したプールから指定したコンピューティング ノードを削除します。 |
RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) |
指定したプールから指定したコンピューティング ノードを削除します。 |
RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) |
指定したプールから指定したコンピューティング ノードを削除します。 |
RemoveFromPool(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) |
指定したプールから指定したコンピューティング ノードを削除します。 |
RemoveFromPool(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)
指定したプールから指定したコンピューティング ノードを削除します。
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)
パラメーター
- poolId
- String
プールの ID。
- computeNode
- ComputeNode
ComputeNodeプールから削除する 。
- deallocationOption
- Nullable<ComputeNodeDeallocationOption>
既に実行されているタスクを処理する方法と、タスクを実行しているノードがプールから削除されるタイミングを指定します。 既定値は、Requeue です。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。
注釈
プールから複数のコンピューティング ノードを削除する必要がある場合は、オーバーロードを使用 RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) する方が効率的です。
プールの が の場合 AllocationState にのみ、プール Steadyからノードを削除できます。 プールのサイズが既に変更されている場合は、例外が発生します。
プールからノードを削除すると、プールの AllocationState が Steady から に Resizing変わります。
これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください RemoveFromPoolAsync(String, ComputeNode, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)。
適用対象
RemoveFromPool(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)
指定したプールから指定したコンピューティング ノードを削除します。
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)
パラメーター
- poolId
- String
プールの ID。
- computeNodes
- IEnumerable<ComputeNode>
プールから削除する コンピューティング ノード 。
- deallocationOption
- Nullable<ComputeNodeDeallocationOption>
既に実行されているタスクを処理する方法と、タスクを実行しているノードがプールから削除されるタイミングを指定します。 既定値は、Requeue です。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。
注釈
プールの が の場合 AllocationState にのみ、プール Steadyからノードを削除できます。 プールのサイズが既に変更されている場合は、例外が発生します。
プールからノードを削除すると、プールの AllocationState が Steady から に Resizing変わります。
これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください RemoveFromPoolAsync(String, IEnumerable<ComputeNode>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>, CancellationToken)。
適用対象
RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)
指定したプールから指定したコンピューティング ノードを削除します。
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)
パラメーター
- poolId
- String
プールの ID。
- computeNodeIds
- IEnumerable<String>
プールから削除するコンピューティング ノードの ID。
- deallocationOption
- Nullable<ComputeNodeDeallocationOption>
既に実行されているタスクを処理する方法と、タスクを実行しているノードがプールから削除されるタイミングを指定します。 既定値は、Requeue です。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。
注釈
プールの が の場合 AllocationState にのみ、プール Steadyからノードを削除できます。 プールのサイズが既に変更されている場合は、例外が発生します。
プールからノードを削除すると、プールの AllocationState が Steady から に Resizing変わります。
これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください RemoveFromPoolAsync(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>, CancellationToken)。
適用対象
RemoveFromPool(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)
指定したプールから指定したコンピューティング ノードを削除します。
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)
パラメーター
- poolId
- String
プールの ID。
- computeNodeId
- String
プールから削除するコンピューティング ノードの ID。
- deallocationOption
- Nullable<ComputeNodeDeallocationOption>
既に実行されているタスクを処理する方法と、タスクを実行しているノードがプールから削除されるタイミングを指定します。 既定値は、Requeue です。
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。
注釈
プールから複数のコンピューティング ノードを削除する必要がある場合は、オーバーロードを使用 RemoveFromPool(String, IEnumerable<String>, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>) する方が効率的です。
プールの が の場合 AllocationState にのみ、プール Steadyからノードを削除できます。 プールのサイズが既に変更されている場合は、例外が発生します。
プールからノードを削除すると、プールの AllocationState が Steady から に Resizing変わります。
これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください RemoveFromPoolAsync(String, String, Nullable<ComputeNodeDeallocationOption>, Nullable<TimeSpan>, IEnumerable<BatchClientBehavior>)。