FunctionApp.DefinitionStages.Blank Interface
Implements
public static interface FunctionApp.DefinitionStages.Blank
extends DefinitionWithRegion<NewAppServicePlanWithGroup>
The first stage of the function app definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Existing |
withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Windows app service plan for the function app. |
abstract
Existing |
withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux app service plan for the function app. |
Method Details
withExistingAppServicePlan
public abstract FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Windows app service plan for the function app.
Parameters:
Returns:
withExistingLinuxAppServicePlan
public abstract FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux app service plan for the function app.
Parameters:
Returns:
Applies to
Azure SDK for Java