IWithNewAppServicePlan 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許設定 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 方案。 |