次の方法で共有


IWithCapacity.WithCapacity(Int32) メソッド

定義

この App Service プランで実行されているインスタンスの最大数を指定します。

public Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate WithCapacity (int capacity);
abstract member WithCapacity : int -> Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate
Public Function WithCapacity (capacity As Integer) As IWithCreate

パラメーター

capacity
Int32

インスタンスの最大数。

戻り値

適用対象