public static interface AppServicePlan.DefinitionStages.WithPerSiteScaling
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.DefinitionStages.WithCreate |
withPerSiteScaling(boolean perSiteScaling)
Specifies whether per-site scaling will be turned on.
|
AppServicePlan.DefinitionStages.WithCreate withPerSiteScaling(boolean perSiteScaling)
perSiteScaling - if each site can be scaled individuallyVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.