Uses of Interface
com.azure.resourcemanager.appservice.models.AppServicePlan.Update
-
Packages that use AppServicePlan.Update Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppServicePlan.Update in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.
-