次の方法で共有


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 プラン。

戻り値

適用対象