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 ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan)

Uses an existing Windows app service plan for the function app.

abstract ExistingLinuxPlanWithGroup 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:

appServicePlan - the existing app service plan

Returns:

the next stage of the definition

withExistingLinuxAppServicePlan

public abstract FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)

Uses an existing Linux app service plan for the function app.

Parameters:

appServicePlan - the existing app service plan

Returns:

the next stage of the definition

Applies to