Uses of Interface
com.microsoft.azure.management.appservice.AppServicePlan.Update
-
-
Uses of AppServicePlan.Update in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServicePlan.Update Modifier and Type Method Description AppServicePlan.UpdateAppServicePlan.UpdateStages.WithCapacity. withCapacity(int capacity)Specifies the maximum number of instances running for this app service plan.AppServicePlan.UpdateAppServicePlan.UpdateStages.WithPerSiteScaling. withPerSiteScaling(boolean perSiteScaling)Specifies whether per-site scaling will be turned on.AppServicePlan.UpdateAppServicePlan.UpdateStages.WithPricingTier. withPricingTier(PricingTier pricingTier)Specifies the pricing tier for the app service plan.
-