次の方法で共有


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

定義

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

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

パラメーター

minCapacity
Int32

Application Gateway容量の数の下限。

maxCapacity
Int32

Application Gateway容量の上限。

戻り値

定義の次のステージ

適用対象