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.
|