共用方式為


IWithNewAppServicePlan.WithNewWindowsPlan 方法

定義

多載

WithNewWindowsPlan(PricingTier)

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

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

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

WithNewWindowsPlan(PricingTier)

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

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack WithNewWindowsPlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewWindowsPlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack
Public Function WithNewWindowsPlan (pricingTier As PricingTier) As IWithWindowsRuntimeStack

參數

pricingTier
PricingTier

App Service 方案的 SKU。

傳回

適用於

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

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

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack WithNewWindowsPlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewWindowsPlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack
Public Function WithNewWindowsPlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IWithWindowsRuntimeStack

參數

appServicePlanCreatable
ICreatable<IAppServicePlan>

新的 App Service 方案可建立。

傳回

適用於