次の方法で共有


IWithAppServicePlan インターフェイス

定義

App Service プランを設定できる関数アプリの更新。

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

メソッド

WithExistingAppServicePlan(IAppServicePlan)

関数アプリに既存の App Service プランを使用します。

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

使用する新しい App Service プランを作成します。

WithNewAppServicePlan(PricingTier)

使用する新しい App Service プランを作成します。

WithNewConsumptionPlan()

使用する新しい従量課金プランを作成します。

WithNewFreeAppServicePlan()

新しい無料アプリ サービス プランを作成します。 現在のサブスクリプションに 10 個以上の無料プランがある場合、これは失敗します。

WithNewSharedAppServicePlan()

新しい共有アプリ サービス プランを作成します。

適用対象