다음을 통해 공유


IBlank.WithExistingLinuxPlan(IAppServicePlan) 메서드

정의

웹앱에 대한 기존 App Service 계획을 사용합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IExistingLinuxPlanWithGroup WithExistingLinuxPlan(Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan appServicePlan);
abstract member WithExistingLinuxPlan : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IExistingLinuxPlanWithGroup
Public Function WithExistingLinuxPlan (appServicePlan As IAppServicePlan) As IExistingLinuxPlanWithGroup

매개 변수

appServicePlan
IAppServicePlan

기존 App Service 계획입니다.

반환

적용 대상