28 строки
1.6 KiB
YAML
28 строки
1.6 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity)
|
|
name: withCapacity(int capacity)
|
|
nameWithType: AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity)
|
|
parameters:
|
|
- description: <p>the maximum number of instances </p>
|
|
name: capacity
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the next stage of an app service plan definition </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCreate&text=AppServicePlan.DefinitionStages.WithCreate" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Specifies the maximum number of instances running for this app service plan.</p>
|
|
|
|
<p></p>
|
|
syntax: public WithCreate withCapacity(int capacity)
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int)
|
|
nameWithType: AppServicePlan.DefinitionStages.WithCapacity
|
|
syntax: public interface WithCapacity
|
|
type: interface
|
|
uid: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCapacity
|
|
fullName: com.microsoft.azure.management.appservice.AppServicePlan.DefinitionStages.WithCapacity
|
|
name: AppServicePlan.DefinitionStages.WithCapacity
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>An app service plan definition allowing instance capacity to be set. </p>
|
|
metadata: {}
|