次の方法で共有


IWithInstanceCount.WithAutoscale(Int32, Int32) メソッド

定義

最小および最大自動スケール バインドを指定します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithAutoscale (int minCapacity, int maxCapacity);
abstract member WithAutoscale : int * int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithAutoscale (minCapacity As Integer, maxCapacity As Integer) As IUpdate

パラメーター

minCapacity
Int32

Application Gateway容量の数の下限。

maxCapacity
Int32

Application Gateway容量の上限。

戻り値

更新プログラムの次のステージ。

適用対象