Uses of Interface
com.microsoft.azure.management.appservice.AppServicePlan.Update
Packages that use AppServicePlan.Update
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServicePlan.Update in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServicePlan.UpdateModifier and TypeMethodDescriptionAppServicePlan.UpdateStages.WithCapacity.withCapacity
(int capacity) Specifies the maximum number of instances running for this app service plan.AppServicePlan.UpdateStages.WithPerSiteScaling.withPerSiteScaling
(boolean perSiteScaling) Specifies whether per-site scaling will be turned on.AppServicePlan.UpdateStages.WithPricingTier.withPricingTier
(PricingTier pricingTier) Specifies the pricing tier for the app service plan.