你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAppServicePlan.WithNewAppServicePlan 方法

定义

重载

WithNewAppServicePlan(PricingTier)

创建要使用的新应用服务计划。

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

创建要使用的新应用服务计划。

WithNewAppServicePlan(PricingTier)

创建要使用的新应用服务计划。

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IUpdate

参数

pricingTier
PricingTier

应用服务计划的 SKU。

返回

适用于

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

创建要使用的新应用服务计划。

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IUpdate

参数

appServicePlanCreatable
ICreatable<IAppServicePlan>

新的应用服务计划可创建。

返回

适用于