共用方式為


IWithNewAppServicePlan 介面

定義

允許設定 App Service 方案的 Web 應用程式定義。

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

方法

WithNewFreeAppServicePlan()

建立新的免費 App Service 方案。 如果目前訂用帳戶中有 10 個以上的免費方案,這將會失敗。

WithNewLinuxPlan(ICreatable<IAppServicePlan>)

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

WithNewLinuxPlan(PricingTier)

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

WithNewSharedAppServicePlan()

建立新的共用 App Service 方案。

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

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

WithNewWindowsPlan(PricingTier)

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

適用於