IBlank インターフェイス

定義

関数デプロイ スロット定義の最初のステージ。

public interface IBlank : Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.Definition.IWithConfiguration
type IBlank = interface
    interface IWithConfiguration
Public Interface IBlank
Implements IWithConfiguration
派生
実装

メソッド

WithBrandNewConfiguration()

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

(継承元 IWithConfiguration)
WithConfigurationFromDeploymentSlot(IFunctionDeploymentSlot)

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

(継承元 IWithConfiguration)
WithConfigurationFromFunctionApp(IFunctionApp)

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

(継承元 IWithConfiguration)
WithConfigurationFromParent()

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

(継承元 IWithConfiguration)

適用対象