共用方式為


IWithAppServicePlan.WithNewAppServicePlan 方法

定義

多載

WithNewAppServicePlan(PricingTier)

建立要使用的新 App Service 方案。

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

建立要使用的新 App Service 方案。

WithNewAppServicePlan(PricingTier)

建立要使用的新 App Service 方案。

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

參數

pricingTier
PricingTier

App Service 方案的 SKU。

傳回

適用於

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

建立要使用的新 App Service 方案。

public Microsoft.Azure.Management.AppService.Fluent.WebApp.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.WebApp.Update.IUpdate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IUpdate

參數

appServicePlanCreatable
ICreatable<IAppServicePlan>

新的 App Service 方案可建立。

傳回

適用於