public static interface WebApp.DefinitionStages.WithNewAppServicePlan
WebApp.DefinitionStages.WithWindowsAppFramework withNewFreeAppServicePlan()
WebApp.DefinitionStages.WithWindowsAppFramework withNewSharedAppServicePlan()
WebApp.DefinitionStages.WithWindowsAppFramework withNewWindowsPlan(PricingTier pricingTier)
pricingTier - the sku of the app service planWebApp.DefinitionStages.WithWindowsAppFramework withNewWindowsPlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planWebApp.DefinitionStages.WithWindowsAppFramework withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableWebApp.DefinitionStages.WithLinuxAppFramework withNewLinuxPlan(PricingTier pricingTier)
pricingTier - the sku of the app service planWebApp.DefinitionStages.WithLinuxAppFramework withNewLinuxPlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planWebApp.DefinitionStages.WithLinuxAppFramework withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableCopyright © 2021 Microsoft Corporation. All rights reserved.