你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithNewAppServicePlan 接口

定义

允许设置应用服务计划的 Web 应用定义。

public interface IWithNewAppServicePlan
type IWithNewAppServicePlan = interface
Public Interface IWithNewAppServicePlan
派生

方法

WithNewFreeAppServicePlan()

创建新的免费应用服务计划。 如果当前订阅中有 10 个或更多免费计划,则此操作将失败。

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

创建要使用的新应用服务计划。

WithNewLinuxPlan(PricingTier)

创建要使用的新应用服务计划。

WithNewSharedAppServicePlan()

创建新的共享应用服务计划。

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

创建要使用的新应用服务计划。

WithNewWindowsPlan(PricingTier)

创建要使用的新应用服务计划。

适用于