| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServicePlan.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithCapacity.withCapacity(int capacity)
Specifies the maximum number of instances running for this app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPricingTier.withFreePricingTier()
Specifies free pricing tier for the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithOperatingSystem.withOperatingSystem(OperatingSystem operatingSystem)
Specifies the operating system of the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPerSiteScaling.withPerSiteScaling(boolean perSiteScaling)
Specifies whether per-site scaling will be turned on.
|
AppServicePlan.DefinitionStages.WithCreate |
AppServicePlan.DefinitionStages.WithPricingTier.withSharedPricingTier()
Specifies shared pricing tier for the app service plan.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/