共用方式為


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 方案可建立。

傳回

適用於