WebApp.DefinitionStages.WithNewAppServicePlan Interface
public interface WithNewAppServicePlan
A web app definition allowing app service plan to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withNewFreeAppServicePlan()
Creates a new free app service plan. This will fail if there are 10 or more free plans in the current subscription. |
Web |
withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use. |
Web |
withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use. |
Web |
withNewSharedAppServicePlan()
Creates a new shared app service plan. |
Web |
withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use. |
Web |
withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use. |
Method Details
withNewFreeAppServicePlan
public WithCreate withNewFreeAppServicePlan()
Creates a new free app service plan. This will fail if there are 10 or more free plans in the current subscription.
Returns:
withNewLinuxPlan
public WithDockerContainerImage withNewLinuxPlan(Creatable
Creates a new app service plan to use.
Parameters:
Returns:
withNewLinuxPlan
public WithDockerContainerImage withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use.
Parameters:
Returns:
withNewSharedAppServicePlan
public WithCreate withNewSharedAppServicePlan()
Creates a new shared app service plan.
Returns:
withNewWindowsPlan
public WithCreate withNewWindowsPlan(Creatable
Creates a new app service plan to use.
Parameters:
Returns:
withNewWindowsPlan
public WithCreate withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
Parameters:
Returns:
Applies to
Azure SDK for Java