Compartir a través de


IWithCapacity.WithCapacity(Int32) Método

Definición

Especifica el número máximo de instancias que se ejecutan para este plan de 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

Parámetros

capacity
Int32

Número máximo de instancias.

Devoluciones

Se aplica a