次の方法で共有


IWithNewAppServicePlan.WithNewLinuxPlan メソッド

定義

オーバーロード

WithNewLinuxPlan(PricingTier)

使用する新しい App Service プランを作成します。

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

使用する新しい App Service プランを作成します。

WithNewLinuxPlan(PricingTier)

使用する新しい App Service プランを作成します。

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

パラメーター

pricingTier
PricingTier

App Service プランの SKU。

戻り値

適用対象

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

使用する新しい App Service プランを作成します。

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

パラメーター

appServicePlanCreatable
ICreatable<IAppServicePlan>

作成可能な新しい App Service プラン。

戻り値

適用対象