次の方法で共有


PoolOperations.DisableAutoScale メソッド

定義

指定したプールの自動スケーリングを無効にします。

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

パラメーター

poolId
String

プールの ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

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

適用対象