IBlank.WithExistingAppServicePlan(IAppServicePlan) Method

Definition

Uses an existing app service plan for the function app.

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IExistingAppServicePlanWithGroup WithExistingAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan appServicePlan);
abstract member WithExistingAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IExistingAppServicePlanWithGroup
Public Function WithExistingAppServicePlan (appServicePlan As IAppServicePlan) As IExistingAppServicePlanWithGroup

Parameters

appServicePlan
IAppServicePlan

The existing app service plan.

Returns

Applies to