Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AppServicePlan.Update |
AppServicePlan.UpdateStages.WithCapacity.withCapacity(int capacity)
Specifies the maximum number of instances running for this app service plan.
|
AppServicePlan.Update |
AppServicePlan.UpdateStages.WithPerSiteScaling.withPerSiteScaling(boolean perSiteScaling)
Specifies whether per-site scaling will be turned on.
|
AppServicePlan.Update |
AppServicePlan.UpdateStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
|
Copyright © 2019. All rights reserved.