Compartilhar via


IWithCapacity.WithCapacity(Int32) Método

Definição

Especifica o número máximo de instâncias em execução para este plano do serviço de aplicativo.

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

O número máximo de instâncias.

Retornos

Aplica-se a