共用方式為


IWithAppServicePlan 介面

定義

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

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

方法

WithExistingAppServicePlan(IAppServicePlan)

使用 Web 應用程式的現有 App Service 方案。

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

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

WithNewAppServicePlan(PricingTier)

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

WithNewFreeAppServicePlan()

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

WithNewSharedAppServicePlan()

建立新的共用 App Service 方案。

適用於