public static interface WebApp.DefinitionStages.WithNewAppServicePlan
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithCreate |
withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.DefinitionStages.WithCreate |
withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate withNewFreeAppServicePlan()
WebApp.DefinitionStages.WithCreate withNewSharedAppServicePlan()
WebApp.DefinitionStages.WithCreate withNewWindowsPlan(PricingTier pricingTier)
pricingTier
- the sku of the app service planWebApp.DefinitionStages.WithCreate withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable
- the new app service plan creatableWebApp.DefinitionStages.WithDockerContainerImage withNewLinuxPlan(PricingTier pricingTier)
pricingTier
- the sku of the app service planWebApp.DefinitionStages.WithDockerContainerImage withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable
- the new app service plan creatableCopyright © 2019. All rights reserved.