다음을 통해 공유


IWithAppServicePlan.WithExistingAppServicePlan(IAppServicePlan) 메서드

정의

웹앱에 대한 기존 앱 서비스 계획을 사용합니다.

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

매개 변수

appServicePlan
IAppServicePlan

기존 App Service 계획입니다.

반환

적용 대상