次の方法で共有


IWithAppServicePlan.WithExistingAppServicePlan(IAppServicePlan) メソッド

定義

関数アプリの既存の App Service プランを使用します。

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

パラメーター

appServicePlan
IAppServicePlan

既存の App Service プラン。

戻り値

適用対象