次の方法で共有


IBlank.WithExistingAppServicePlan(IAppServicePlan) メソッド

定義

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

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

パラメーター

appServicePlan
IAppServicePlan

既存の App Service プラン。

戻り値

適用対象