CloudPool.StopResize(IEnumerable<BatchClientBehavior>) メソッド

定義

このプールのサイズ変更操作を停止します。

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

パラメーター

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

この操作により、プールで進行中のサイズ変更操作が停止されます。 停止操作が完了すると、プールサイズはノード数で安定します。 停止操作中に、プール AllocationState は最初に に、次に StoppingSteady変更されます。

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください StopResizeAsync(IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象