IWithConfiguration インターフェイス

定義

指定するから複製する構成を許可する関数デプロイ スロット定義。

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

メソッド

WithBrandNewConfiguration()

まったく新しいサイト構成を含む関数展開スロットを作成します。

WithConfigurationFromDeploymentSlot(IFunctionDeploymentSlot)

特定の関数展開スロットからサイト構成をコピーします。

WithConfigurationFromFunctionApp(IFunctionApp)

特定の関数アプリからサイト構成をコピーします。

WithConfigurationFromParent()

関数展開スロットが属している Web アプリからサイト構成をコピーします。

適用対象