次の方法で共有


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 プランを作成します。

適用対象