次の方法で共有


PoolOperations.DeletePool メソッド

定義

指定したプールを削除します。

public void DeletePool (string poolId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DeletePool : string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DeletePool (poolId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

poolId
String

削除するプールの ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

注釈

削除操作は、プールの削除を要求します。 要求によってプールが状態になります Deleting 。 Batch サービスは、実行中のタスクを再キューに入れ直し、クライアント操作を行わずに実際のプールの削除を実行します。

適用対象