Interface AppServicePlan.UpdateStages.WithPerSiteScaling
-
- All Known Subinterfaces:
AppServicePlan.Update
- Enclosing interface:
- AppServicePlan.UpdateStages
public static interface AppServicePlan.UpdateStages.WithPerSiteScalingAn app service plan update allowing per site scaling configuration to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServicePlan.UpdatewithPerSiteScaling(boolean perSiteScaling)Specifies whether per-site scaling will be turned on.
-
-
-
Method Detail
-
withPerSiteScaling
AppServicePlan.Update withPerSiteScaling(boolean perSiteScaling)
Specifies whether per-site scaling will be turned on.- Parameters:
perSiteScaling- if each site can be scaled individually- Returns:
- the next stage of the app service plan update
-
-