IWithAppServicePlan.WithExistingAppServicePlan(IAppServicePlan) Method

Definition

Uses an existing app service plan for the web app.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate WithExistingAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan appServicePlan);
abstract member WithExistingAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithExistingAppServicePlan (appServicePlan As IAppServicePlan) As IUpdate

Parameters

appServicePlan
IAppServicePlan

The existing app service plan.

Returns

Applies to